Skip to content

Commit 48a237b

Browse files
remove undesired code used in local testing
1 parent 35aa643 commit 48a237b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/link/jax/test_scan.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import re
22

3-
# jax = pytest.importorskip("jax")
4-
import jax
53
import numpy as np
64
import pytest
75

@@ -19,8 +17,7 @@
1917
from tests.link.jax.test_basic import compare_jax_and_py
2018

2119

22-
jax.config.update("jax_platform_name", "cpu")
23-
config.floatX = "float32"
20+
jax = pytest.importorskip("jax")
2421

2522

2623
@pytest.mark.parametrize("view", [None, (-1,), slice(-2, None, None)])

0 commit comments

Comments
 (0)