-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
@gtfierro I got this error when running merge.py. This was after going through the HIL merging process.
Traceback (most recent call last):
File "merge.py", line 19, in <module>
G = merge_type_cluster(g1, g2, BLDG, similarity_threshold=0.1)
File "/home/ubuntu20/.local/lib/python3.8/site-packages/brickschema/merge.py", line 237, in merge_type_cluster
linked_records, leftover_g1, leftover_g2 = _merge_features(
File "/home/ubuntu20/.local/lib/python3.8/site-packages/brickschema/merge.py", line 186, in _merge_features
linked_entities = _unpack_linked_records(linked_records)
File "/home/ubuntu20/.local/lib/python3.8/site-packages/brickschema/merge.py", line 35, in _unpack_linked_records
for (e1, e2), _ in linked_records:
ValueError: too many values to unpack (expected 2)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels