Commit dcccc72
fix: verify_install Check F loads stale dataset + resolves mixed dev/released stack (#71)
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
Claude-Session: https://claude.ai/code/session_01TDCsgNCXacXqiWAPTswWCt
Co-authored-by: Jammy2211 <JNightingale2211@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 2ef4f85 commit dcccc72
1 file changed
Lines changed: 34 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
532 | | - | |
533 | | - | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
534 | 553 | | |
535 | 554 | | |
536 | 555 | | |
| |||
587 | 606 | | |
588 | 607 | | |
589 | 608 | | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
590 | 617 | | |
591 | 618 | | |
592 | 619 | | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
597 | 624 | | |
598 | 625 | | |
599 | 626 | | |
| |||
0 commit comments