AthenaEPI / dmipy

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

FIX: change use of print for py3 compatibility #70

Closed matteofrigo closed 5 years ago

matteofrigo commented 5 years ago

In dmipy.utils.spherical_mean print is used as a statement, which is not compatible with python 3.

This PR fixes it and now print is used as a function.

This PR solves issue #69 .