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.
1 parent 483a16b commit f15e628Copy full SHA for f15e628
src/array_api_extra/_lib/_testing.py
@@ -234,7 +234,6 @@ def xp_assert_close(
234
235
actual_np = as_numpy_array(actual, xp=xp)
236
desired_np = as_numpy_array(desired, xp=xp)
237
- # JAX/Dask arrays work directly with `np.testing`
238
np.testing.assert_allclose( # pyright: ignore[reportCallIssue]
239
actual_np,
240
desired_np,
0 commit comments