We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd90aa commit b663feaCopy full SHA for b663fea
tests/conftest.py
@@ -6,7 +6,7 @@
6
from scoringrules.backend import backends
7
8
DATA_DIR = Path(__file__).parent / "data"
9
-RUN_TESTS = ["numpy", "numba", "torch"]
+RUN_TESTS = ["numpy", "numba", "jax", "torch"]
10
BACKENDS = [b for b in backends.available_backends if b in RUN_TESTS]
11
12
if os.getenv("SR_TEST_OUTPUT", "False").lower() in ("true", "1", "t"):
0 commit comments