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
Add random functions tests and truncexpon (#441)
- Add random functions tests
- Fix truncation in Vensim's RANDOM NORMAL
- Support Vensim's RANDOM EXPONENTIAL
Support Python 3.12, numpy >= 1.24 and pytest 8.0.x. (#437)
* Support Python 3.12
* Support numpy >= 1.24
* Support pytest 8.0.x
* Avoid errors with DeprecationWarnings
* Custom error when netCDF4 is missing