Graph.__add__
for higher-order graphs
#223
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Adding graphs currently only works for first-order graphs because of the non-hashable np.ndarray-node_ids in the mapping for higher-order graphs.
The text was updated successfully, but these errors were encountered: