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
The hypergraph class currently supports self-loops and multi-edges. I would be fine with eliminating these artifacts, but as of right now, it works as I would expect, though maybe not desirable. Happy for any suggestions.
Working on #29 to remove singletons, I came across this:
Running
then in
H._edge
, a given edge sometimes appear more than once with different IDs, e.g.{ 38: [9], 39: [9], 48: [9], ...}
.In addition, not all nodes are present in edges as a singleton. For example, there is a node 8 but no singleton edge [8].
Haven't checked if #33 fixes this?
The text was updated successfully, but these errors were encountered: