skip very fine cylinder.geo test (inconsistent results)

This commit is contained in:
Matthias Hochsteger 2024-02-28 16:03:00 +01:00
parent 76c224c366
commit 231b7af795

View File

@ -72,6 +72,8 @@ def getMeshingparameters(filename):
return standard[:-1]
if filename == "screw.step":
return standard[3:] # coarser meshes don't work here
if filename == "cylinder.geo":
return standard[0:-1] # very fine gives inconsistent reults
if filename == "cylsphere.geo":
return standard[0:2] + standard[3:] # coarse gives inconsistent reults (other mesh on MacOS)
if filename == "part1.stl":