test: fix reshape signature test for NumPy 2.1

This commit is contained in:
Jake VanderPlas 2024-04-29 11:48:10 -07:00
parent b44e9bfe66
commit 89df08afe0

View File

@ -5897,6 +5897,7 @@ class NumpySignaturesTest(jtu.JaxTestCase):
'partition': ['kind', 'order'],
'percentile': ['weights'],
'quantile': ['weights'],
'reshape': ['shape', 'copy'],
'row_stack': ['casting'],
'stack': ['casting'],
'std': ['correction', 'mean'],