]> SALOME platform Git repositories - tools/solverlab.git/commitdiff
Salome HOME
Corrected syntax error
authormichael <michael@localhost.localdomain>
Sun, 21 Mar 2021 11:58:57 +0000 (12:58 +0100)
committermichael <michael@localhost.localdomain>
Sun, 21 Mar 2021 11:58:57 +0000 (12:58 +0100)
CDMATH/tests/validation/WaveSystem_stationary/2DWaveSystemPStagFlatCrossTriangles/test_validation2DWaveSystemPStagFlatCrossTriangles.py

index 2f580d233fc526e927639d291031c62e1ce8e4ed..4c6ba44c127528dbc2f4e703d684677e3868a93f 100755 (executable)
@@ -37,7 +37,7 @@ def test_validation2DWaveSystemPStagFlatCrossTriangles(scaling):
     # Storing of numerical errors, mesh sizes and diagonal values
     for filename in meshList:
         error_p_tab[i], error_u_tab[i], mesh_size_tab[i], t_final[i], ndt_final[i], max_vel[i], diag_data_press[i], diag_data_vel[i], time_tab[i], cond_number[i] = WaveSystemPStag.solve_file(mesh_path+filename, mesh_name, resolution,scaling,meshType,testColor,cfl,"Periodic")
-        assert max_vel[i]>0.8  4 and max_vel[i]<1.1
+        assert max_vel[i]>0.8 and max_vel[i]<1.1
         error_p_tab[i]=log10(error_p_tab[i])
         error_u_tab[i]=log10(error_u_tab[i])
         time_tab[i]=log10(time_tab[i])