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
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,6 @@ jobs:
else
export PYAUTOFIT_TEST_MODE=1
export PYAUTO_WORKSPACE_SMALL_DATASETS=1
export PYAUTO_DISABLE_CRITICAL_CAUSTICS=1
export PYAUTO_FAST_PLOTS=1
fi
export PYTHONPATH=$PYTHONPATH:$(pwd)/PyAutoBuild
Expand Down
3 changes: 1 addition & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ All scripts in `autobuild/` are run from within a checked-out workspace director
- `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_WORKSPACE_SMALL_DATASETS` — Set to `1` for workspace runs (caps grids to 15x15), not set for `*_test` runs
- `PYAUTO_DISABLE_CRITICAL_CAUSTICS` — Set to `1` for workspace runs (skips critical curve overlays), not set for `*_test` runs
- `PYAUTO_FAST_PLOTS` — Set to `1` for workspace runs (skips `tight_layout()` in subplots), 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

### GitHub Actions Workflow
Expand Down
1 change: 0 additions & 1 deletion autobuild/config/env_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
defaults:
PYAUTOFIT_TEST_MODE: "2"
PYAUTO_WORKSPACE_SMALL_DATASETS: "1"
PYAUTO_DISABLE_CRITICAL_CAUSTICS: "1"
PYAUTO_DISABLE_JAX: "1"
PYAUTO_FAST_PLOTS: "1"
JAX_ENABLE_X64: "True"
Expand Down