Skip to content

Commit 11e77cc

Browse files
Jammy2211Jammy2211
andauthored
chore: delete dead PYAUTO_SMALL_DATASETS/PYAUTO_FAST_PLOTS from build profiles (#29)
Neither knob is ever read in an autofit-only workspace. PYAUTO_SMALL_DATASETS is read only in PyAutoArray/PyAutoGalaxy/PyAutoLens; PYAUTO_FAST_PLOTS only in PyAutoArray and PyAutoGalaxy. PyAutoFit does not import autoarray and no script here imports autoarray/autogalaxy/autolens, so the reading code never loads. The stale comments gave the copy-paste away: an autofit config claiming to 'reduce MGE gaussians' and skip 'critical curve/caustic overlays'. Refs PyAutoLabs/autofit_workspace#111 Co-authored-by: Jammy2211 <JNightingale2211@gmail.com>
1 parent 08ee9a5 commit 11e77cc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

config/build/env_vars.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ defaults:
1313
PYAUTO_SKIP_FIT_OUTPUT: "1" # Skip pre/post-fit I/O, VRAM profiling, result text
1414
PYAUTO_SKIP_VISUALIZATION: "1" # Skip fit visualization and plotting
1515
PYAUTO_SKIP_CHECKS: "1" # Skip mesh validation, position checks, weight thresholds
16-
PYAUTO_SMALL_DATASETS: "1" # Cap grids/masks to 15x15, reduce MGE gaussians
1716
PYAUTO_DISABLE_JAX: "1" # Force use_jax=False, avoid JIT compilation overhead
18-
PYAUTO_FAST_PLOTS: "1" # Skip tight_layout() + critical curve/caustic overlays
1917
JAX_ENABLE_X64: "True" # Enable 64-bit precision in JAX
2018
NUMBA_CACHE_DIR: "/tmp/numba_cache" # Writable cache dir for numba
2119
MPLCONFIGDIR: "/tmp/matplotlib" # Writable config dir for matplotlib

0 commit comments

Comments
 (0)