Skip to content

Commit

Permalink
Reenable examples_test in Bazel build.
Browse files Browse the repository at this point in the history
Fix bitrot.

This test was disabled years ago because it was slow, but it isn't any more.

PiperOrigin-RevId: 632138101
  • Loading branch information
hawkinsp authored and jax authors committed May 9, 2024
1 parent 1e88e2f commit 89d25bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/examples_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
from jax import lax
from jax import random
import jax.numpy as jnp
from jax._src import test_util as jtu

del jtu # Needed for flags

sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from examples import kernel_lsq
Expand Down

0 comments on commit 89d25bb

Please sign in to comment.