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
Let's think this through calmly at some point in the future.
Naively, I'm thinking that sometimes several different graphs have the same vertex set. For example, G2 may have been obtained from G1 by deleting some edges. One one may have a subset of the vertices of the other.
We need to support this use case gracefully.
Since I won't work in R regularly, I can't tell if this is already support well (although I suspect it is), and whether it has an impact on this issue (I suspect it does not).
rigraph/R/iterators.R
Line 1499 in 86a7135
should we make this an error then?!
The text was updated successfully, but these errors were encountered: