Closed trislett closed 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
Temporary solution(workaround) is to downgrade to numpy-1.13.3
sudo -H pip install numpy==1.13.3
Removed h5py requirement.
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