Skip to content

Commit

Permalink
Updated docs for using datasets with missing dates
Browse files Browse the repository at this point in the history
  • Loading branch information
havardhhaugen committed Nov 14, 2024
1 parent 89acc9a commit 67d8805
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/using/missing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
########################
Managing missing dates
########################

*********************************************
Managing missing dates with anemoi-training
*********************************************

Anemoi-training has internal handling of missing dates, and will
calculate the valid date indices used during training using the
``missing`` property. Consequenctly, when training a model with
anemoi-training, you should `not` specify a method to deal with
missing dates in the dataloader configuration file.

Anemoi-training has internal handling of missing dates, and will
calculate the valid date indices used during training using the
``missing`` property. Consequenctly, when training a model with
anemoi-training, you should `not` specify a method to deal with missing
dates in the dataloader configuration file.

**************************************************
Filling the missing dates with artificial values
Expand Down

0 comments on commit 67d8805

Please sign in to comment.