chore: harden v0.7 prerelease data contracts - #200
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #200 +/- ##
==========================================
+ Coverage 77.95% 78.31% +0.36%
==========================================
Files 58 58
Lines 9621 9621
Branches 1870 1870
==========================================
+ Hits 7500 7535 +35
+ Misses 1407 1370 -37
- Partials 714 716 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
mwyau
marked this pull request as ready for review
August 26, 2026 05:21
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
0.7.0.dev0.Why
The pinned external-data contract is now live and used by the test suite. The documentation now distinguishes available ERA5 inputs and routine
data/slowselection from the one missing scientific parity product: the NCL-generated VODV reference fields. The roadmap also distinguishes implemented execution boundaries from optional scaling, benchmark, and independent-reference validation work. No algorithm, feature, test-data download, PyStormTracker-Data, or Validation-repository changes are included.External test-data contract
All network-backed test data access uses the centralized helpers in
tests/utils.pyand the single pin:Both
RAW_BASEandRELEASE_BASEare derived fromDATA_VERSION; the integration and parity tests do not embed older Data tags or ad-hoc GitHub URLs.Available assets used or supported by current tests include:
Only the required NCL-generated VODV reference fields are missing from
v0.2.0-data, so broader NCL/Spherepack kinematics parity remains deferred rather than skipped or replaced with a self-generated reference.The committed December MSLP input and small NCL T5-42 output remain intentional offline fixtures; they are not alternate external-data pins.
Validation
uv run pytest -vv tests/unit/test_utils.py— 13 passeduv run pytest -vv tests/unit/preprocessing/test_spectral.py— 16 passeduv run pytest -vv tests/unit/test_cli.py— 54 passeduv run pytest -vv— 521 passeduv run pytest -vv tests/integration/ -m "not slow and not data"— 20 passed, 9 deselecteduv run pytest -vv tests/parity/ -m "not slow and not data"— 1 passed, 2 deselectedsphinx-build -W --keep-going -b html docs docs/_build/html— succeeded with no warnings55a9f65— pending; not claimed as passedNo version bump, release tag, PyPI publication, Validation-repository change, or PyStormTracker-Data change is included in this follow-up.