Skip to content

Commit 297e35d

Browse files
committed
Re-enable test, for real this time, and remove outdated comment.
PiperOrigin-RevId: 872006741 Change-Id: I579c54c7d8e019bbbda775dd423d788b8201878d
1 parent 8b77b39 commit 297e35d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

open_spiel/python/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,8 @@ set(PYTHON_TESTS ${PYTHON_TESTS}
291291
# Add Jax tests if it is enabled.
292292
if (OPEN_SPIEL_ENABLE_JAX)
293293
set (PYTHON_TESTS ${PYTHON_TESTS}
294-
# Disabled while broken.
295-
# See https://github.com/google-deepmind/open_spiel/issues/1483
296-
# algorithms/alpha_zero/evaluator_test.py
297-
# algorithms/alpha_zero/model_test.py
294+
algorithms/alpha_zero/evaluator_test.py
295+
algorithms/alpha_zero/model_test.py
298296
jax/deep_cfr_jax_test.py
299297
jax/dqn_jax_test.py
300298
jax/nfsp_jax_test.py

0 commit comments

Comments
 (0)