Skip to content

Commit 71eab2c

Browse files
committed
drop typing test
1 parent 734140b commit 71eab2c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/test_internals_unification.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,9 +1907,3 @@ def test_unify_jax_array_iterable():
19071907

19081908
subs = unify(collections.abc.Iterable[T], jax.Array)
19091909
assert subs == {T: jax.Array}
1910-
1911-
1912-
def test_nested_type_jax_array():
1913-
import jax
1914-
1915-
assert issubclass(nested_type(jax.numpy.array([0, 1, 2])).value, jax.Array)

0 commit comments

Comments
 (0)