You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw ArgumentError on transitiveclosure!(::MetaGraph)
previously, this would not return an error but would not update the underlying graph structure.
Note: simply calling `transitiveclosure!(G.graph)` also fails as this does not update the metadata, e.g. `G.edge_data`.
0 commit comments