Skip to content

Commit f1bc1a5

Browse files
committed
[test] fix signatures test for NumPy nightly
1 parent 863e4e7 commit f1bc1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lax_numpy_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6328,6 +6328,7 @@ def testWrappedSignaturesMatch(self):
63286328
'frombuffer': ['like'],
63296329
'fromfunction': ['like'],
63306330
'frompyfunc': ['kwargs'],
6331+
'fromstring': ['like'],
63316332
'load': ['mmap_mode', 'allow_pickle', 'fix_imports', 'encoding', 'max_header_size'],
63326333
'nanpercentile': ['weights'],
63336334
'nanquantile': ['weights'],

0 commit comments

Comments
 (0)