Remove one test case with inconsistent results

This commit is contained in:
Matthias Hochsteger 2019-10-14 17:59:45 +02:00
parent 0f26e41f4d
commit 7c96e22a60
2 changed files with 2 additions and 7 deletions

View File

@ -454,13 +454,6 @@
"quality_histogram": "[0, 0, 0, 16, 20, 29, 22, 22, 6, 8, 6, 14, 5, 13, 14, 25, 18, 13, 11, 0]",
"total_badness": 604.89450225
},
{
"ne1d": 72,
"ne2d": 324,
"ne3d": 643,
"quality_histogram": "[0, 0, 4, 8, 20, 32, 45, 67, 71, 66, 52, 48, 47, 47, 28, 28, 43, 21, 11, 5]",
"total_badness": 1398.9137975
},
{
"ne1d": 104,
"ne2d": 496,

View File

@ -58,6 +58,8 @@ def getMeshingparameters(filename):
return standard[:3] # this gets too big for finer meshsizes
if filename == "screw.step":
return standard[3:] # coarser meshes don't work here
if filename == "cylsphere.geo":
return standard[0:2] + standard[3:] # coarse gives inconsistent reults (other mesh on MacOS)
if filename == "part1.stl":
return standard[0:1] + standard[2:] # very coarse does not work
return standard