Skip to content

Commit 6289606

Browse files
committed
flake
1 parent 56b66bb commit 6289606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ceasiompy/CPACS2GMSH/tests/test_advancemeshing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ def test_refine_wing_section():
249249
)
250250

251251
# Check if a Matheval field was generated with the correct formula
252-
# assert gmsh.model.mesh.field.getString(2, "F") == "(0.044/2.0) + 0.06*(1-(1/2.0))*(F1/0.25)^2"
252+
# assert gmsh.model.mesh.field.getString(2, "F") ==
253+
# "(0.044/2.0) + 0.06*(1-(1/2.0))*(F1/0.25)^2"
253254
assert gmsh.model.mesh.field.getType(2) == "MathEval"
254255

255256
# Check if the restrict field was applied on the wing

0 commit comments

Comments
 (0)