Skip to content

Commit 3e56355

Browse files
Merge pull request #33834 from jakevdp:numpy-nightly-sig
PiperOrigin-RevId: 842328715
2 parents 4e15a87 + f1bc1a5 commit 3e56355

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)