Skip to content

Commit 67e670f

Browse files
committed
update docu
1 parent 02fa5a5 commit 67e670f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

teaser/data/dataclass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DataClass(object):
2929
construction_data : ConstructionData
3030
The prefix of this parameter indicates which statistical data about building
3131
elements should be used. Its type is the enum class ConstructionData.
32-
To utilize a custom TypeElements via parameter custom_path_type_elements (cf. below)
32+
To utilize custom TypeElements via a JSON file via parameter custom_path_type_elements (cf. below)
3333
use ConstructionData.custom.
3434
custom_path_type_elements: str or Path
3535
Custom path to JSON file of TypeElements. Default: None

teaser/data/utilities.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ class ConstructionData(Enum):
7777
The ConstructionData enumeration combines the former parameters “method” and “construction_type”.
7878
The prefix of each value is used to select the appropriate json file as input data.
7979
The complete value is used to search for the appropriate element within the json file.
80+
To utilize custom TypeElements via a JSON file via parameter custom_path_type_elements (cf. below)
81+
use ConstructionData.custom.
8082
"""
8183
iwu_heavy = "iwu_heavy"
8284
iwu_light = "iwu_light"

0 commit comments

Comments
 (0)