build(bcf): remove conda dependency

This commit is contained in:
Andrea Ghensi
2023-02-19 17:36:54 +01:00
committed by Dion Moult
parent 1d78e05370
commit ac81169290
9 changed files with 32 additions and 43 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ def test_create_clash_set_bcf() -> None:
assert len(topic.viewpoints) == 1
guid, vi_handler = next((k, v) for k, v in topic.viewpoints.items())
v_info = vi_handler.visualization_info
assert v_info.guid == guid
assert f"{v_info.guid}.bcfv" == guid
components = v_info.components.selection.component
assert {c.ifc_guid for c in components} == {"firstId", "secondId"}
camera = v_info.perspective_camera
+1 -1
View File
@@ -15,7 +15,7 @@ def test_create_clash_set_bcf() -> None:
assert len(topic.viewpoints) == 1
guid, vi_handler = next((k, v) for k, v in topic.viewpoints.items())
v_info = vi_handler.visualization_info
assert v_info.guid == guid
assert f"{v_info.guid}.bcfv" == guid
components = v_info.components.selection.component
assert {c.ifc_guid for c in components} == {"firstId", "secondId"}
camera = v_info.perspective_camera