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 combinatorics module can probably be simplified a lot if the edge IDs of the topologies are permutated and not the keys of property mappings, like InitialFacts. Currently, functions like create_initial_facts() generate copies of InitialFacts and leave the edge IDs of the Topology the same. This is also the cause for #143.
The refactoring can be simplified with Topology.relabel_edges() (#138).
The text was updated successfully, but these errors were encountered:
The
combinatorics
module can probably be simplified a lot if the edge IDs of the topologies are permutated and not the keys of property mappings, likeInitialFacts
. Currently, functions likecreate_initial_facts()
generate copies ofInitialFacts
and leave the edge IDs of theTopology
the same. This is also the cause for #143.The refactoring can be simplified with
Topology.relabel_edges()
(#138).The text was updated successfully, but these errors were encountered: