trislett / TFCE_mediation

Fast regression and mediation analysis of vertex or voxel MRI data with TFCE
GNU General Public License v3.0
29 stars 9 forks source link

h5py FutureWarning #5

Closed trislett closed 6 years ago

trislett commented 6 years ago

The following warning will be displayed.

usr/local/lib/python2.7/dist-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).typ

The developers of h5py are already aware of it, and it will be fixed in the near future (https://github.com/h5py/h5py/issues/983).

The warning has no effect on TFCE_mediation. It is just annoying

trislett commented 6 years ago

Temporary solution(workaround) is to downgrade to numpy-1.13.3

sudo -H pip install numpy==1.13.3

trislett commented 6 years ago

Removed h5py requirement.