From 97aa8dd9c4b62ee7a8904b9fc0ee177bf5d575ea Mon Sep 17 00:00:00 2001 From: joeloskarsson Date: Mon, 9 Dec 2024 18:58:12 -0800 Subject: [PATCH] ... and docstring --- tests/dummy_datastore.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/dummy_datastore.py b/tests/dummy_datastore.py index 5525f36..0c76bca 100644 --- a/tests/dummy_datastore.py +++ b/tests/dummy_datastore.py @@ -332,6 +332,8 @@ def get_dataarray( The category of the dataset (state/forcing/static). split : str The time split to filter the dataset (train/val/test). + standardize: bool + If the dataarray should be returned standardized Returns -------