ecmwf / anemoi-models

Apache License 2.0
34 stars 12 forks source link

Update encoder_processor_decoder.py #53

Closed gabrieloks closed 1 month ago

gabrieloks commented 1 month ago

There were recent changes in anemoi-models to introduce the remapper into anemoi-training https://github.com/ecmwf/anemoi-training/pull/17. These changes introduced an additional level of indexing:

from model to internal_model and model

from data to internal_data and data

These changes were not taken into account in the bounding feature PR. In this PR, we fix this.

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 99.84%. Comparing base (53dc8ed) to head (57841b6). Report is 3 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #53 +/- ## ======================================== Coverage 99.84% 99.84% ======================================== Files 23 23 Lines 1277 1277 ======================================== Hits 1275 1275 Misses 2 2 ```

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