prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

FutureWarning about np.floating, v 0.2.1 #114

Closed prjemian closed 2 years ago

prjemian commented 6 years ago
(base) bash-4.2$ punx tree /local/user2bmb/mona/2018/08/17/f4c91045-c517-4ef7-bccf_000000.h5 > /tmp/text.txt
/APSshare/anaconda3/x86_64/lib/python3.5/site-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).type`.
  from ._conv import register_converters as _register_converters
prjemian commented 2 years ago

File showing the problem is not available. Cannot diagnose this problem.