Skip to content

Commit 52c92ab

Browse files
fix a missing line
1 parent 2372fff commit 52c92ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypernetx/classes/hypergraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def __init__(
370370
0,
371371
weight_col=edge_weight_prop_col,
372372
default_weight=default_edge_weight,
373-
misc_properties_col=misc_edge_properties_col,
373+
misc_properties_col=misc_properties_col,
374374
)
375375
edge_propertystore = PropertyStore(
376376
edfp, default_weight=default_edge_weight

0 commit comments

Comments
 (0)