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
Right now we only have a method to extract a subgraph of the genet.Network.graph on user-defined conditions subgraph_on_link_conditions. This could and should be extended to a subset_network_on_conditions method which returns another instance of genet.Network. This new object has the graph attribute given using subgraph_on_link_conditions, its' link_id_mapping attribute is subsetted accordingly too. In the first instance it could raise a NotImplemented error if this network has a non-empty Schedule element, until a similar subset_schedule_on_conditions method is developed.
The text was updated successfully, but these errors were encountered:
Right now we only have a method to extract a subgraph of the
genet.Network.graph
on user-defined conditionssubgraph_on_link_conditions
. This could and should be extended to asubset_network_on_conditions
method which returns another instance ofgenet.Network
. This new object has the graph attribute given usingsubgraph_on_link_conditions
, its'link_id_mapping
attribute is subsetted accordingly too. In the first instance it could raise aNotImplemented
error if this network has a non-empty Schedule element, until a similarsubset_schedule_on_conditions
method is developed.The text was updated successfully, but these errors were encountered: