Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -779,9 +779,9 @@ jobs:
run: |
if [[ ${{ matrix.project.name }} == *_test ]]
then
export PYAUTOFIT_TEST_MODE=0
export PYAUTO_TEST_MODE=0
else
export PYAUTOFIT_TEST_MODE=1
export PYAUTO_TEST_MODE=1
export PYAUTO_WORKSPACE_SMALL_DATASETS=1
export PYAUTO_FAST_PLOTS=1
fi
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ All scripts in `autobuild/` are run from within a checked-out workspace director
### Environment Variables

- `BUILD_PYTHON_INTERPRETER` — Python interpreter to use for script execution (defaults to `python3`)
- `PYAUTOFIT_TEST_MODE` — Set to `1` for workspace runs, `0` for `*_test` workspace runs
- `PYAUTO_TEST_MODE` — Set to `1` for workspace runs, `0` for `*_test` workspace runs
- `PYAUTO_WORKSPACE_SMALL_DATASETS` — Set to `1` for workspace runs (caps grids to 15x15), not set for `*_test` runs
- `PYAUTO_FAST_PLOTS` — Set to `1` for workspace runs (skips `tight_layout()` in subplots and critical curve/caustic overlays in plots), not set for `*_test` runs
- `JAX_ENABLE_X64` — Set to `True` during CI runs
Expand Down
2 changes: 1 addition & 1 deletion autobuild/config/env_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - Patterns without '/' match the file stem exactly

defaults:
PYAUTOFIT_TEST_MODE: "2"
PYAUTO_TEST_MODE: "2"
PYAUTO_SMALL_DATASETS: "1"
PYAUTO_DISABLE_JAX: "1"
PYAUTO_FAST_PLOTS: "1"
Expand Down