You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: verify_install Check F loads stale dataset + resolves mixed dev/released stack
Check F (Colab simulation) FAILed while the real install path (A/C/D) was green,
failing the whole verify_install_release job (release-validation run 29266305445).
1. F_driver loaded dataset/imaging/simple/*.fits — a path start_here.py no longer
uses and which isn't bundled → FileNotFoundError. Load the bundled
cosmos_web_ring JWST dataset (pixel_scales=0.06) the current start_here.py
actually loads (why Check A passes); no simulator needed.
2. The emulated-Colab install pinned only autolens to the dev version, letting
the four sibling deps resolve to the latest final on PyPI. When a version is
pinned, pin all five PyAuto packages so Check F exercises a coherent dev stack.
Harness-only; Checks A/C/D untouched.
Fixes#70
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TDCsgNCXacXqiWAPTswWCt
0 commit comments