Skip to content

Commit 63c5174

Browse files
committed
Set verify_edges default back to True
1 parent 62067c8 commit 63c5174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TM1py/Services/HierarchyService.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def update_or_create_hierarchy_from_dataframe(
477477
df: "pd.DataFrame",
478478
element_column: str = None,
479479
verify_unique_elements: bool = False,
480-
verify_edges: bool = False,
480+
verify_edges: bool = True,
481481
element_type_column: str = "ElementType",
482482
unwind_all: bool = False,
483483
unwind_consolidations: Iterable = None,

0 commit comments

Comments
 (0)