Skip to content

Commit f1068a3

Browse files
committed
Fix typo
1 parent 41719af commit f1068a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
wrapped_libraries = ["numpy", "cupy", "torch", "dask.array"]
9-
all_libraries = wrapped_libraries + "jax.numpy"
9+
all_libraries = wrapped_libraries + ["jax.numpy"]
1010

1111
def import_(library, wrapper=False):
1212
if 'jax' in library and sys.version_info < (3, 9):

0 commit comments

Comments
 (0)