Skip to content

feat: add aggregator integration test scripts#12

Merged
Jammy2211 merged 1 commit intomainfrom
feature/unit-test-profiling
Apr 6, 2026
Merged

feat: add aggregator integration test scripts#12
Jammy2211 merged 1 commit intomainfrom
feature/unit-test-profiling

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

Adds standalone aggregator integration test scripts moved from PyAutoLens unit tests. These scripts exercise FitImagingAgg, FitInterferometerAgg, and TracerAgg database scrape functionality with assertions, suitable for smoke test use.

Scripts Changed

  • scripts/aggregator/fit_imaging.py — FitImagingAgg: randomly_drawn_via_pdf_gen, all_above_weight_gen, adapt_images round-trip
  • scripts/aggregator/fit_interferometer.py — FitInterferometerAgg: same 3 test patterns
  • scripts/aggregator/tracer.py — TracerAgg: randomly_drawn_via_pdf_gen, all_above_weight_gen with weight verification
  • scripts/aggregator/config/ — config files needed by aggregator tests

Upstream PR

PyAutoLabs/PyAutoLens#421

Test Plan

  • All 3 scripts run successfully as standalone Python scripts
  • All assertions pass

🤖 Generated with Claude Code

Standalone scripts for FitImagingAgg, FitInterferometerAgg, and
TracerAgg scrape tests, moved from PyAutoLens unit tests (PR #421).
Each script is self-contained with assertions for smoke test use.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant