ecmwf / anemoi-inference

Apache License 2.0
14 stars 4 forks source link

Feature/rename condition to state #24

Closed HCookie closed 1 month ago

HCookie commented 1 month ago

State is a better name for Condition

To enable slicing of the data without copying, as in to select the last time slice

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.76%. Comparing base (e84b4c1) to head (20224c9). Report is 1 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #24 +/- ## ======================================== Coverage 88.76% 88.76% ======================================== Files 3 3 Lines 89 89 ======================================== Hits 79 79 Misses 10 10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

HCookie commented 1 month ago

To align with future work with anemoi.datasets the name may require some extra thought.

See https://github.com/ecmwf/anemoi-utils/blob/feature/dynamic-graphs/src/anemoi/utils/data_structures.py