NCAS-CMS / pyfive

A pure Python HDF5 file reader
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Use `numpy.prod` instead on `numpy.product` #12

Closed valeriupredoi closed 2 months ago

valeriupredoi commented 2 months ago

...and adding a conda list in the GH workflow to see what deps we are pulling in. Numpy's new API is np.prod https://numpy.org/doc/stable/reference/generated/numpy.prod.html and the child PyActive branch is failing becuase of this https://github.com/valeriupredoi/PyActiveStorage/pull/189

valeriupredoi commented 2 months ago

cheers @bnlawrence :beer: