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
As the new documentation outlines, we only need to use the SimulateOde class to access all the features of PyGOM. SimulateOde inherits from DeterministicOde which itself inherits from BaseOdemodel. It might make sense to cut out this intermediate step and also to split the class definition over multiple files since they are currently very long.
The text was updated successfully, but these errors were encountered:
As the new documentation outlines, we only need to use the SimulateOde class to access all the features of PyGOM. SimulateOde inherits from DeterministicOde which itself inherits from BaseOdemodel. It might make sense to cut out this intermediate step and also to split the class definition over multiple files since they are currently very long.
The text was updated successfully, but these errors were encountered: