ifctrano 0.1.10__tar.gz → 0.1.11__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ifctrano
3
- Version: 0.1.10
3
+ Version: 0.1.11
4
4
  Summary: Package for generating building energy simulation model from IFC
5
5
  Home-page: https://github.com/andoludo/ifctrano
6
6
  License: GPL V3
@@ -41,7 +41,7 @@ def create(
41
41
  total=None,
42
42
  )
43
43
  building = Building.from_ifc(Path(model))
44
- modelica_model = building.create_model()
44
+ modelica_model = building.create_model(library=library) # type: ignore
45
45
  progress.update(task, completed=True)
46
46
  task = progress.add_task(description="Writing model to file...", total=None)
47
47
  modelica_model_path.write_text(modelica_model)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ifctrano"
3
- version = "0.1.10"
3
+ version = "0.1.11"
4
4
  description = "Package for generating building energy simulation model from IFC"
5
5
  authors = ["Ando Andriamamonjy <andoludovic.andriamamonjy@gmail.com>"]
6
6
  license = "GPL V3"
File without changes
File without changes
File without changes