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
What
In addition to #710, new validation rules arise from implementing support for the main network in allocation:
when a subnetwork is connected to the main network with multiple edges, these edges should all end in a different node of the subnetwork.
(Not specific to the main network): the allocation_network_id specified in the Edge table to denote a source should also exist in the Node table (and should indeed be an edge that connects the main network to a subnetwork).
The text was updated successfully, but these errors were encountered:
What
In addition to #710, new validation rules arise from implementing support for the main network in allocation:
allocation_network_id
specified in theEdge
table to denote a source should also exist in theNode
table (and should indeed be an edge that connects the main network to a subnetwork).The text was updated successfully, but these errors were encountered: