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
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ To run a single script in test mode:
PYAUTOFIT_TEST_MODE=1 python3 scripts/overview/overview_1_the_basics.py
```

For maximum speed (smoke tests), also set `PYAUTO_WORKSPACE_SMALL_DATASETS=1` (caps grids to 15x15), `PYAUTO_DISABLE_CRITICAL_CAUSTICS=1` (skips critical curve computation in plots), and `PYAUTO_FAST_PLOTS=1` (skips `tight_layout()` in subplots). The `run_scripts.sh` runner sets these automatically.

After a full run, inspect failures:

```
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following **projects** are available in the project folder:
Workspace Version
-----------------

This version of the workspace are built and tested for using **PyAutoFit v2025.5.10.1**.
This version of the workspace are built and tested for using **PyAutoFit v2026.4.5.3**.

Support
-------
Expand Down
2 changes: 1 addition & 1 deletion smoke_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ overview/overview_1_the_basics.py
searches/mcmc/Emcee.py
searches/nest/DynestyStatic.py
searches/nest/Nautilus.py
searches/mle/LBFGS.py
# searches/mle/LBFGS.py # disabled: bypass mode triggers search_internal cleanup error (rhayes777/PyAutoFit#1179)
cookbooks/model.py
cookbooks/result.py
cookbooks/samples.py