We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea3c21 commit 5c9154bCopy full SHA for 5c9154b
bim2sim/plugins/PluginIFCCheck/test/unit/test_check_ifc.py
@@ -51,8 +51,7 @@ def weather_file_path(self) -> Path:
51
'/home/cudok/Documents/12_ifc_check_ids/AC20-FZK-Haus_NoneAndDoubleGUID.ifc')
52
ifc_file_fkz_SB55_DoubleAndNoneGUID = Path(
53
'/home/cudok/Documents/12_ifc_check_ids/AC20-FZK-Haus_with_SB55_NoneAndDoubleGUID.ifc')
54
- ifc_file_fkz_SB55 = Path(
55
- '/home/cudok/Documents/12_ifc_check_ids/AC20-FZK-Haus_with_SB55.ifc')
+ ifc_file_fkz_SB55 = Path(bim2sim.__file__).parent.parent / 'test/resources/arch/ifc/AC20-FZK-Haus_with_SB55.ifc'
56
ifc_file_fkz_ifc23 = Path(
57
'/home/cudok/Documents/12_ifc_check_ids/AC20-FZK-Haus_ifc23.ifc')
58
0 commit comments