We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9c043c + f182aa8 commit f2f02eeCopy full SHA for f2f02ee
tests/lax_numpy_test.py
@@ -6446,7 +6446,8 @@ def testWrappedSignaturesMatch(self):
6446
_available_numpy_dtypes: list[str] = [dtype.__name__ for dtype in jtu.dtypes.all
6447
if dtype != dtypes.bfloat16]
6448
6449
-UNIMPLEMENTED_UFUNCS = {'spacing'}
+# TODO(jakevdp): implement missing ufuncs.
6450
+UNIMPLEMENTED_UFUNCS = {'spacing', 'matvec', 'vecmat'}
6451
6452
6453
def _all_numpy_ufuncs() -> Iterator[str]:
0 commit comments