-
Notifications
You must be signed in to change notification settings - Fork 92
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
FatesPFTIndexSwapper IndexError
#1242
Comments
Indexing Error
IndexError
I was able to replicate this issue via a new conda environment with the following versions:
Testing this with an older conda environement I have results in the tool successfully completing:
|
@ckoven noted this is probably due to the switch to numpy |
This appears to be an issue with |
Attempting to run the tool from the
elm-fates
container is generating a python error code:I suspect this is likely an issue with python dependency versioning. The dockerfile simply runs pip install on the necessary dependencies per this line: https://github.com/NGEET/tutorial-containers/blob/18f32cecfb07f1772245a86fc172aea53a239459/docker/baseos/gcc1120/Dockerfile#L170
The text was updated successfully, but these errors were encountered: