ornladios / ADIOS

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo
https://csmd.ornl.gov/adios
Other
54 stars 40 forks source link

Python DeprecationWarning: np.asscalar(a) is deprecated since NumPy v1.16, use a.item() instead #214

Closed liangwang0734 closed 3 years ago

liangwang0734 commented 3 years ago

This occurs when reading attributes (attrs).

Relevant files:

wrappers/numpy/adios.pyx wrappers/numpy/adios_mpi.pyx

liangwang0734 commented 3 years ago

This seems to be fixed by the recent commit f33031ee206d552b286674d0f1641b9aca6b9100, therefore I'm closing this.