Skip to content

Commit

Permalink
fix: env var not needed for latest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Sep 13, 2024
1 parent 0f40268 commit ec5b2de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@

import jax_galsim # noqa: E402

# this environment variable is used in the
# JAX-specific modifications to the GalSim
# test suite to change tests where
# jax-galsim is not compatible.
os.environ["JAX_GALSIM_TESTING"] = "1"

# Identify the path to this current file
test_directory = os.path.dirname(os.path.abspath(__file__))

Expand Down

0 comments on commit ec5b2de

Please sign in to comment.