fix get_applicable_entities / get_applicable_types missing schema #6108

This commit is contained in:
Andrej730
2025-02-07 17:52:28 +05:00
committed by Dion Moult
parent a28070afef
commit 59dd105e99
11 changed files with 65 additions and 31 deletions
@@ -24,7 +24,7 @@ from ifcopenshell import util
class TestPsetQto:
@classmethod
def setup_class(cls):
cls.pset_qto = util.pset.PsetQto("IFC4")
cls.pset_qto = pset.PsetQto("IFC4")
def test_get_applicables(self):
for i in range(1000):