From 21ef833bbd21a3a243e237632901fdabafb5c791 Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Thu, 15 Apr 2021 19:31:36 +0200 Subject: [PATCH] very fine extrusion has problems in tests... --- tests/pytest/test_tutorials.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pytest/test_tutorials.py b/tests/pytest/test_tutorials.py index b3cf7704..236749da 100644 --- a/tests/pytest/test_tutorials.py +++ b/tests/pytest/test_tutorials.py @@ -67,6 +67,8 @@ def getMeshingparameters(filename): return [standard[1]] # this gets too big for finer meshsizes if filename in ("manyholes.geo", "frame.step"): return standard[:3] # this gets too big for finer meshsizes + if filename == "extrusion.geo": + return standard[:-1] if filename == "screw.step": return standard[3:] # coarser meshes don't work here if filename == "cylsphere.geo":