Skip to content

Commit f15e628

Browse files
committed
nit
1 parent 483a16b commit f15e628

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/array_api_extra/_lib/_testing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ def xp_assert_close(
234234

235235
actual_np = as_numpy_array(actual, xp=xp)
236236
desired_np = as_numpy_array(desired, xp=xp)
237-
# JAX/Dask arrays work directly with `np.testing`
238237
np.testing.assert_allclose( # pyright: ignore[reportCallIssue]
239238
actual_np,
240239
desired_np,

0 commit comments

Comments
 (0)