From c01c2a737a2e98ad56e2c666fe98e9f97ee297b4 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 9 Jan 2022 21:26:40 +0100 Subject: [PATCH] test runner doesn't have dae --- src/ifcopenshell-python/test/test_wall_opening.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcopenshell-python/test/test_wall_opening.py b/src/ifcopenshell-python/test/test_wall_opening.py index 2cd4540416..267f444fce 100644 --- a/src/ifcopenshell-python/test/test_wall_opening.py +++ b/src/ifcopenshell-python/test/test_wall_opening.py @@ -142,7 +142,7 @@ class TestWallOpenings: result.append([fn]) for i in range(2 if PERF else 1): - args = [shutil.which("IfcConvert") or "IfcConvert", "-qyvvv", fn, fn+".dae", "--log-format", "json", "--log-file", fn+".log.json"] + args = [shutil.which("IfcConvert") or "IfcConvert", "-qyvvv", fn, fn+".obj", "--log-format", "json", "--log-file", fn+".log.json"] if i: args.append("--no-2d-boolean") @@ -171,4 +171,4 @@ class TestWallOpenings: print(tabulate.tabulate(result, headers=["file", "", "--no-2d-boolean"], tablefmt="github")) if __name__ == "__main__": - TestWallOpenings().test_all() \ No newline at end of file + TestWallOpenings().test_all()