From 2e8a1c7005f8181afdd53319393d2af1e6f7862e Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Fri, 17 Jul 2026 07:37:10 +0100 Subject: [PATCH] AGENTS.md: note PYAUTO_TEST_MODE_SAMPLES next to the test-mode paragraph MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One-line doc for the new knob (PyAutoConf#126 + PyAutoFit#1381, merged 2026-07-17); epic phase 4 residue — see PyAutoFit#1378 for the design. Co-Authored-By: Claude Fable 5 --- AGENTS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 04bd3872..9f8853ef 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -73,7 +73,9 @@ exits non-zero if any entry failed. `PYAUTO_TEST_MODE` is PyAutoFit's own environment variable: it tells the non-linear search to skip its actual sampling, turning a run into a fast structural / end-to-end check that the model composes and the script runs to completion — without paying for inference. A script that fails under it -signals a real problem (broken import, renamed API, etc.). +signals a real problem (broken import, renamed API, etc.). `PYAUTO_TEST_MODE_SAMPLES=` (default 4) +additionally sets how many fake samples the bypassed search writes — raise it (e.g. 10000) when a +run's `samples.csv` must be size-representative of real sampling, e.g. for resume/load profiling. ## Sandboxed / restricted runs