Skip to content

Commit

Permalink
fix a missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 6, 2024
1 parent 2372fff commit 52c92ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypernetx/classes/hypergraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def __init__(
0,
weight_col=edge_weight_prop_col,
default_weight=default_edge_weight,
misc_properties_col=misc_edge_properties_col,
misc_properties_col=misc_properties_col,
)
edge_propertystore = PropertyStore(
edfp, default_weight=default_edge_weight
Expand Down

0 comments on commit 52c92ab

Please sign in to comment.