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
I am having trouble with running the Example Tests.
It seems like a lot of tests are broken for me.
I am using Anaconda with Python 3.6.12, PyDSTool 0.91.0, matplotlib 3.3.3, numpy 1.19.4 and scipy 1.5.4.
This is the results of the tests:
Before I ran it with Python 3.6.12, I installed PyDSTool on Python 3.7.6 and ran the tests. I obtained very similar testing results. Then I decided that it might work better with an earlier version of python but unfortunately this was not the case.
I am not super experienced so maybe I am doing something wrong and you can let me know what :)
Another question: Even if testing failed can I use the library and will it compute things correctly with the functions that work for me? Or is this dangerous and I might get wrong results?
Here are some more Errors which occurred during testing:
The text was updated successfully, but these errors were encountered:
Thanks for the notes. There are a couple of issues that have crept in as dependent libraries have changed over time, and a couple of minor bugs besides. None of them are likely to cause any numerical issues for the vast majority of use cases, so you can continue in the meantime. I have begun a branch rob-fixes1 that has many of the fixes already, if you want to try it out. Only a handful of the examples still need fixing up. I'll merge it into master once it's all been tested.
Hi everyone,
I am having trouble with running the Example Tests.
It seems like a lot of tests are broken for me.
I am using Anaconda with Python 3.6.12, PyDSTool 0.91.0, matplotlib 3.3.3, numpy 1.19.4 and scipy 1.5.4.
This is the results of the tests:
Before I ran it with Python 3.6.12, I installed PyDSTool on Python 3.7.6 and ran the tests. I obtained very similar testing results. Then I decided that it might work better with an earlier version of python but unfortunately this was not the case.
I am not super experienced so maybe I am doing something wrong and you can let me know what :)
Another question: Even if testing failed can I use the library and will it compute things correctly with the functions that work for me? Or is this dangerous and I might get wrong results?
Here are some more Errors which occurred during testing:
The text was updated successfully, but these errors were encountered: