Closed gabrieloks closed 1 month ago
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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.