ecmwf / anemoi-models

Apache License 2.0
34 stars 12 forks source link

Fix/Inference mode for Imputers #75

Open JesperDramsch opened 2 weeks ago

JesperDramsch commented 2 weeks ago

This resets the nan_locations in the BaseImputer during non-training runs of the code.

Specifically, this enables changes in the dataset after training.

Closes #74

codecov-commenter commented 2 weeks ago

Codecov Report

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

Project coverage is 99.84%. Comparing base (deba13a) to head (72be86f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #75 +/- ## ======================================== Coverage 99.84% 99.84% ======================================== Files 23 23 Lines 1301 1328 +27 ======================================== + Hits 1299 1326 +27 Misses 2 2 ```

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

HCookie commented 1 week ago

Once a changelog entry is added, I see no issue with approving and merging this.