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
It doesn't make sense to report the random graphs in this order, and I think it could cause some confusions in certain use cases.
I think we should pad the random graphs with 0s so they're numbered:
R0000
R0001
R0002
R0003
etc
I'm happy to take suggestions for the number of 0s to pad with. 10,000 random graphs would need 5 characters: R00001 ---> R10000, which seems pretty sensible to me.
What do you think?
The text was updated successfully, but these errors were encountered:
It seems like the problem here might be that the graphbundle is inherently unordered (its base type is a dict). Following the work we did on permuting groups, it's beginning to seem like the dict class is not ideal for graph bundle.
It doesn't make sense to report the random graphs in this order, and I think it could cause some confusions in certain use cases.
I think we should pad the random graphs with 0s so they're numbered:
etc
I'm happy to take suggestions for the number of 0s to pad with. 10,000 random graphs would need 5 characters: R00001 ---> R10000, which seems pretty sensible to me.
What do you think?
The text was updated successfully, but these errors were encountered: