From 0305fc56f766b97cab545899b47869bb54d974e5 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Thu, 24 Oct 2024 19:20:38 +0200 Subject: [PATCH] link to `Dataset.load` Co-authored-by: Tom Nicholas --- xarray/core/datatree.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xarray/core/datatree.py b/xarray/core/datatree.py index e955a2de669..eb55ae7bab6 100644 --- a/xarray/core/datatree.py +++ b/xarray/core/datatree.py @@ -1919,6 +1919,7 @@ def load(self, **kwargs) -> Self: See Also -------- + Dataset.load dask.compute """ # access .data to coerce everything to numpy or dask arrays