From 97dfecd04018f5716557926d7a2f18889739e4e1 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Fri, 16 Oct 2020 17:58:52 +0200 Subject: [PATCH] fix test --- tests/pytest/test_csg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pytest/test_csg.py b/tests/pytest/test_csg.py index 55adcbbd..7cfc9331 100644 --- a/tests/pytest/test_csg.py +++ b/tests/pytest/test_csg.py @@ -16,7 +16,6 @@ def test_2_polyhedra(): geo.Add(first) geo.Add(second) - Draw(geo) mesh = geo.GenerateMesh() return mesh