AthenaEPI / dmipy

The open source toolbox for reproducible diffusion MRI-based microstructure estimation
MIT License
96 stars 30 forks source link

print statement not compatible with python 3 #69

Closed matteofrigo closed 5 years ago

matteofrigo commented 5 years ago

https://github.com/AthenaEPI/dmipy/blob/ac9aa3141d64cd0cba35c911720ad85491a2aa35/dmipy/utils/spherical_mean.py#L87

It's not possible to import dmipy.utils in a python 3 environment due to use of print as a statement.

rutgerfick commented 5 years ago

Good catch! merged :-)