Skip to content

Commit b663fea

Browse files
committed
re-add jax backend to conftest
1 parent 9fd90aa commit b663fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from scoringrules.backend import backends
77

88
DATA_DIR = Path(__file__).parent / "data"
9-
RUN_TESTS = ["numpy", "numba", "torch"]
9+
RUN_TESTS = ["numpy", "numba", "jax", "torch"]
1010
BACKENDS = [b for b in backends.available_backends if b in RUN_TESTS]
1111

1212
if os.getenv("SR_TEST_OUTPUT", "False").lower() in ("true", "1", "t"):

0 commit comments

Comments
 (0)