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
Sometimes it's useful to be able to copy a network, particularly given we have mutating methods. As a motivating example, consider the globals_pombe network. If the user computes the its attractors, the result is cached inside of the global s_pombe object. This is bad hygiene!
Description
Sometimes it's useful to be able to copy a network, particularly given we have mutating methods. As a motivating example, consider the global
s_pombe
network. If the user computes the its attractors, the result is cached inside of the globals_pombe
object. This is bad hygiene!Proposed API
Example Usage
The text was updated successfully, but these errors were encountered: