feat: cap SimulatorShearYX catalogue size under PYAUTO_SMALL_DATASETS (weak series step 9)#584
Merged
Merged
Conversation
via_tracer_random_positions_from routes n_galaxies through autoarray's new cap_catalogue_size_for_small_datasets (200 -> 25 in smoke mode); the explicit user grid of via_tracer_from is deliberately never mutated. With the should_simulate adoption already shipped (#581), scripts/weak/modeling.py under PYAUTO_SMALL_DATASETS=1 + PYAUTO_TEST_MODE=1 now regenerates a 25-galaxy catalogue and completes in ~30s (vs ~7 min). Step 9 of the weak-lensing series (#583). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
via_tracer_random_positions_fromroutesn_galaxiesthrough autoarray's newcap_catalogue_size_for_small_datasets(200 → 25 in smoke mode); the explicit user grid ofvia_tracer_fromis deliberately never mutated (tested). Withshould_simulatealready adopted (#581),scripts/weak/modeling.pyunderPYAUTO_SMALL_DATASETS=1 PYAUTO_TEST_MODE=1regenerates a 25-galaxy catalogue and completes in ~30 s (vs ~7 min). Closes #583 after merge. Depends on the companion PyAutoArray PR — merge that first.API Changes
None — internal behaviour of the simulator under a smoke-mode env var; public signatures unchanged.
Validation checklist (--auto run)
🤖 Generated with Claude Code