Skip to content

Commit

Permalink
Merge pull request #1378 from skoudoro/fix-numpy-legacy-again
Browse files Browse the repository at this point in the history
Fix: numpy legacy print again...
  • Loading branch information
arokem committed Nov 21, 2017
2 parents 6f205f3 + 9adfe01 commit 3d4a990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/testing/__init__.py
Expand Up @@ -36,4 +36,4 @@ def setup_test():
https://github.com/nipy/nibabel/pull/556
"""
if LooseVersion(np.__version__) >= LooseVersion('1.14'):
np.set_printoptions(legacy=True)
np.set_printoptions(legacy='1.13')

0 comments on commit 3d4a990

Please sign in to comment.