mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
fix get_applicable_entities / get_applicable_types missing schema #6108
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user