From 4b78e2a8d541b784680e2894bdf5b16a45a65255 Mon Sep 17 00:00:00 2001 From: matt-long Date: Fri, 18 Oct 2019 12:45:17 -0600 Subject: [PATCH] doc string updated --- intake_esm/core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/intake_esm/core.py b/intake_esm/core.py index a1c6d42c..f1d0ac51 100644 --- a/intake_esm/core.py +++ b/intake_esm/core.py @@ -245,7 +245,8 @@ def to_dataset_dict( Keyword arguments to pass to `xarray.open_dataset()` function preprocess : (callable, optional) If provided, call this function on each dataset prior to aggregation. - + aggregate : (boolean, optional) + If "False", no aggregation will be done. Returns ------- dsets : dict