docs: fix dead iterations_per_update in wiki (use quick/full_update)#66
Merged
Conversation
af.Nautilus (and the search base) has no iterations_per_update param — the real knobs are iterations_per_quick_update / iterations_per_full_update (0 vs 40/58 occurrences in PyAutoFit). The wiki's code example (searches.md) and prose (non_linear_search.md, analysis_objects.md) used the dead name, which silently no-ops if copied. Corrected all three; noted there is no iterations_per_update. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HD3ZkpFRydshFLeu2V6xDi
Jammy2211
added a commit
that referenced
this pull request
Jul 14, 2026
PR #66 edited wiki/core/api/analysis_objects.md (fixing the dead iterations_per_update reference) but did not update its content_sha256 provenance stamp, so wiki-currency --check-provenance errored on the hash mismatch. Re-stamped via audit_skill_apis.py --write-provenance; check now reports 0 errors. (wiki/core edits normally go via al_update_wiki, which re-stamps automatically.) Claude-Session: https://claude.ai/code/session_01HD3ZkpFRydshFLeu2V6xDi Co-authored-by: Jammy2211 <JNightingale2211@gmail.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
af.Nautilushas noiterations_per_update— the real knobs areiterations_per_quick_update/iterations_per_full_update(0 vs 40/58 occurrences in PyAutoFit source). The wiki had the dead name in a code example (searches.md, which silently no-ops if copied) and two prose refs. Fixed all three.Surfaced while debugging a real run whose
iterations_per_update=…was silently ignored, leaving the config default1e99(never update) in effect → no on-the-fly output for hours.🤖 Generated with Claude Code