Skip to content

Commit 8c66cba

Browse files
Merge pull request jax-ml#25231 from jakevdp:fix-nightly-names
PiperOrigin-RevId: 702359910
2 parents cc95327 + 2afc65a commit 8c66cba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/lax_numpy_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6262,6 +6262,7 @@ def testWrappedSignaturesMatch(self):
62626262
'isnat',
62636263
'loadtxt',
62646264
'matrix',
6265+
'matvec',
62656266
'may_share_memory',
62666267
'memmap',
62676268
'min_scalar_type',
@@ -6287,7 +6288,8 @@ def testWrappedSignaturesMatch(self):
62876288
'show_runtime',
62886289
'test',
62896290
'trapz',
6290-
'typename'}
6291+
'typename',
6292+
'vecmat'}
62916293

62926294
# symbols removed in NumPy 2.0
62936295
skip |= {'add_docstring',

0 commit comments

Comments
 (0)