scikit-hep / resample

Randomization-based inference in Python
BSD 3-Clause "New" or "Revised" License
74 stars 12 forks source link

tests: newshape deprecated in favor of shape #202

Closed henryiii closed 4 weeks ago

henryiii commented 1 month ago

DeprecationWarning: newshape keyword argument is deprecated, use shape=... or pass shape positionally instead. (deprecated in NumPy 2.1)

The only way to support old versions of NumPy is to pass positionally.

HDembinski commented 4 weeks ago

Thanks!