-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes to test figure output and multi-platform support #155
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look sensible to me :)
This reverts commit 37c9a10.
350b7c8
to
6d2ff35
Compare
6d2ff35
to
e87773a
Compare
Failing on Windows because of strangely large memory commits from scipy integrators (switching back to RK45 doesn't help). Tempted to drop Windows support for now. Potentially related to the SciPy BLAS being different on windows (I think?) or maybe an actual SciPy integrator bug on windows. MacOS is passing. |
Strange indeed! What about modifying the YAML according to what SciPy has? For example, they use |
Perhaps drop Windows for now. It could just be running out of memory. Not quite sure why that would not be the case on Ubuntu though. |
venv_install.sh
script supportPYTHON_BINARY
for using custom paths to local Python installations (e.g. 3.11 on cosgrove)