ukhsa-collaboration / pygom

ODE modelling in Python
GNU General Public License v2.0
27 stars 20 forks source link

Initial time value #38

Closed hareball90 closed 4 years ago

hareball90 commented 4 years ago

Improve error message for incorrect time initial condition model.initial_values (when t[0] is greater than a value in simulation time t[1::]) .

Current message: ValueError: The values in t must be monotonically increasing or monotonically decreasing; repeated values are allowed.