Bladeren bron

Merge branch 'master' of https://gitee.com/lingxinmeng/simulation-cloud

wangzhiqiang 2 jaren geleden
bovenliggende
commit
e8641ce739

+ 1 - 2
simulation-resource-server/src/main/java/com/css/simulation/resource/project/service/impl/SimulationProjectServiceImpl.java

@@ -2937,7 +2937,7 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
             addElement(document, "3. 算法测试评分情况", null, bf4, 16, false, 40, false);
             addElement(document, "       为排除其他因素的干扰,科学评价算法效果,本报告将测试场景分为仿真异常场景、未参与评分场景、未达标场景和达标场景4类:", null, bf3, 15,
                     false, 30, false);
-            addElement(document, "       1. 仿真异常场景指的是在仿真过程中报aborted错误的场景,参与得分权重,测试结果均赋0分;", null, bf3, 15, false, 30,
+            addElement(document, "       1. 仿真异常场景指的是在仿真过程中报自动终止错误的场景,参与得分权重,测试结果均赋0分;", null, bf3, 15, false, 30,
                     false);
             addElement(document, "       2. 评分失败场景是指因为场景与评分规则不匹配导致程序报错无法对仿真结果进行打分的场景,参与得分权重,测试结果均赋0分;", null, bf3, 15,
                     false, 30, false);
@@ -3043,7 +3043,6 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
                     addCell(pdfPTable2, pdfPCell, true);
                 }
             }
-
             document.add(pdfPTable2);
 
             // ------- 4.详细得分说明 -------