diff --git a/CLAUDE.md b/CLAUDE.md index a757c66f..ab4e98bc 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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: ``` diff --git a/README.rst b/README.rst index 7b48b992..4b1b4ef3 100644 --- a/README.rst +++ b/README.rst @@ -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 ------- diff --git a/smoke_tests.txt b/smoke_tests.txt index a35098ba..a87397b9 100644 --- a/smoke_tests.txt +++ b/smoke_tests.txt @@ -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