Skip to content

Commit febff62

Browse files
committed
1 parent 4db478f commit febff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_jax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_jax() -> None:
2222
a8 = a.astype(ml_dtypes.float8_e5m2).astype(jnp.float64)
2323

2424
fi = format_info_ocp_e5m2
25-
j8 = gfloat.round_ndarray(fi, jnp.array(a), np=jnp)
25+
j8 = gfloat.round_ndarray(fi, jnp.array(a), np=jnp) # type: ignore [arg-type]
2626

2727
np.testing.assert_equal(a8, j8)
2828

0 commit comments

Comments
 (0)