We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@effigies SpecifyModel rises an error with the new function from commit cd49748
modelgen.py line 399ff
With numpy 1.8.2 I get TypeError: apply_along_axis() got an unexpected keyword argument 'source' Interface SpecifyModel failed to run
Joerg
The text was updated successfully, but these errors were encountered:
https://docs.scipy.org/doc/numpy/reference/generated/numpy.apply_along_axis.html kwargs : any Additional named arguments to func1d. New in version 1.9.0.
nipype require numpy >= 1.6.2
Sorry, something went wrong.
I see. Thanks for finding this. I'll submit a PR to update the minimum numpy version.
No branches or pull requests
@effigies
SpecifyModel rises an error with the new function from
commit cd49748
modelgen.py line 399ff
With numpy 1.8.2 I get
TypeError: apply_along_axis() got an unexpected keyword argument 'source'
Interface SpecifyModel failed to run
Joerg
The text was updated successfully, but these errors were encountered: