From 67d88054899f8549def97e60885563d6559a8b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Homleid=20Haugen?= Date: Thu, 14 Nov 2024 12:53:06 +0100 Subject: [PATCH] Updated docs for using datasets with missing dates --- docs/using/missing.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/using/missing.rst b/docs/using/missing.rst index bda56920..a6728494 100644 --- a/docs/using/missing.rst +++ b/docs/using/missing.rst @@ -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