Skip to content
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

FIX: resaved npy file causing load error for py 33 #658

Merged
merged 1 commit into from
May 26, 2015

Conversation

matthew-brett
Copy link
Contributor

Loading dipy/data/t1_coronal_slice.npy on Python 3.3 with numpy 1.7.1 was
causing a syntax error, similar to this one:

http://stackoverflow.com/questions/27145273/compatibility-numpy-1-7-vs-numpy-1-8

Load, resave in numpy 1.9.2 in hope that that will fix the errors.

Loading ``dipy/data/t1_coronal_slice.npy`` on Python 3.3 with numpy
1.7.1 was causing a syntax error, similar to this one:

http://stackoverflow.com/questions/27145273/compatibility-numpy-1-7-vs-numpy-1-8

Load, resave in numpy 1.9.2 in hope that that will fix the errors.
@matthew-brett matthew-brett mentioned this pull request May 26, 2015
@arokem
Copy link
Contributor

arokem commented May 26, 2015

Did you run a try_branch with this one? Does it resolve the issue?

On Tue, May 26, 2015 at 1:40 PM, Matthew Brett notifications@github.com
wrote:

Loading dipy/data/t1_coronal_slice.npy on Python 3.3 with numpy 1.7.1 was
causing a syntax error, similar to this one:

http://stackoverflow.com/questions/27145273/compatibility-numpy-1-7-vs-numpy-1-8

Load, resave in numpy 1.9.2 in hope that that will fix the errors.

You can view, comment on, or merge this pull request online at:

#658
Commit Summary

  • FIX: resaved npy file causing load error for py 33

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#658.

arokem added a commit that referenced this pull request May 26, 2015
FIX: resaved npy file causing load error for py 33
@arokem arokem merged commit 263edf1 into dipy:master May 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants