higra / Higra

Hierarchical Graph Analysis
Other
97 stars 20 forks source link

reconstruct_leaf_data modifies a parameter #246

Closed PerretB closed 1 year ago

PerretB commented 1 year ago

The parameter deleted_nodes of reconstruct_leaf_data is modified if tree.category() == hg.TreeCategory.ComponentTree. A copy of the parameter should be made to avoid this unexpected behavior.