mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Run black on IOS-Python
This commit is contained in:
@@ -93,12 +93,8 @@ class TestAssignContainer(test.bootstrap.IFC4):
|
||||
(0.0, 0.0, 0.0, 1.0),
|
||||
)
|
||||
)
|
||||
ifcopenshell.api.geometry.edit_object_placement(
|
||||
self.file, product=element1, matrix=matrix1.copy(), is_si=False
|
||||
)
|
||||
ifcopenshell.api.geometry.edit_object_placement(
|
||||
self.file, product=element2, matrix=matrix2.copy(), is_si=False
|
||||
)
|
||||
ifcopenshell.api.geometry.edit_object_placement(self.file, product=element1, matrix=matrix1.copy(), is_si=False)
|
||||
ifcopenshell.api.geometry.edit_object_placement(self.file, product=element2, matrix=matrix2.copy(), is_si=False)
|
||||
ifcopenshell.api.geometry.edit_object_placement(
|
||||
self.file, product=subelement, matrix=matrix1.copy(), is_si=False
|
||||
)
|
||||
|
||||
@@ -51,9 +51,7 @@ class TestDereferenceStructure(test.bootstrap.IFC4):
|
||||
subelement1 = ifcopenshell.api.root.create_entity(self.file, ifc_class="IfcWall")
|
||||
subelement2 = ifcopenshell.api.root.create_entity(self.file, ifc_class="IfcWall")
|
||||
subelement3 = ifcopenshell.api.root.create_entity(self.file, ifc_class="IfcWall")
|
||||
ifcopenshell.api.spatial.reference_structure(
|
||||
self.file, products=[subelement1], relating_structure=element
|
||||
)
|
||||
ifcopenshell.api.spatial.reference_structure(self.file, products=[subelement1], relating_structure=element)
|
||||
ifcopenshell.api.spatial.reference_structure(
|
||||
self.file, products=[subelement2, subelement3], relating_structure=element
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user