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 NotImplementedError (Time course must specify an integer number of time points) in core.py#L197 is raised for specific integer numbers of steps in combination with certain time values.
The NotImplementedError (Time course must specify an integer number of time points) in core.py#L197 is raised for specific integer numbers of steps in combination with certain time values.
Example (core.py#L191):
Even though the number of points is an integer, the step_number now has a value of 499.99999999999994, which raises the exception.
One way to fix this would be to add more parentheses:
The text was updated successfully, but these errors were encountered: