-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update conda install scripts #178
Conversation
Codecov Report
@@ Coverage Diff @@
## main #178 +/- ##
=======================================
Coverage 92.24% 92.24%
=======================================
Files 48 48
Lines 3353 3353
=======================================
Hits 3093 3093
Misses 260 260
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
In my shell (zsh on mac), ./make_conda_env.sh
gives the error
./make_conda_env.sh: line 63: syntax error near unexpected token `&'
Almost certainly due to incompatibilities between |
The same error occurs when I run it with |
Indeed, not incompatibility between |
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.
I can confirm the script now leads me to update bash. After doing so:
The environment I get fails a bunch of pytests due to scico.random
, which in turn (I think) is due to the environment giving me jax version 0.2.27 instead of the pinned version 0.2.26.
Why doesn't the workflow catch these pytest failures on 0.2.27? Because of a bug in the workflow, see #189.
Fixed and tested on OSX with Python 3.9. |
Update conda install scripts:
jaxlib
versionastra-toolbox
install methodsvmbir
andbm3d