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
The current README mentions that after we run the preprocess_normalize.py successfully, we run the command python -m scoop -n N -vvv generate_template.py to generate the template. After running the mentioned command on Alliance Canada, I get the following error:
AttributeError: module 'iplScoopGenerateModel' has no attribute 'generate_nonlinear_model_csv'
Description:
The current README mentions that after we run the
preprocess_normalize.py
successfully, we run the commandpython -m scoop -n N -vvv generate_template.py
to generate the template. After running the mentioned command on Alliance Canada, I get the following error:AttributeError: module 'iplScoopGenerateModel' has no attribute 'generate_nonlinear_model_csv'
This error might be due to versioning issue (change in structure) of the repo: https://github.com/vfonov/nist_mni_pipelines.git
Investigating this further.
The text was updated successfully, but these errors were encountered: