Skip to content

Commit f443252

Browse files
authored
set keras backend to jax in classification_metrics_test (#57)
1 parent c3cc8d3 commit f443252

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/metrax/classification_metrics_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
"""Tests for metrax classification metrics."""
1616

17+
import os
18+
os.environ['KERAS_BACKEND'] = 'jax'
19+
1720
from absl.testing import absltest
1821
from absl.testing import parameterized
1922
import jax.numpy as jnp

0 commit comments

Comments
 (0)