From d73dd8ab2f605618ca1d6e6c7923d9a86a6cd647 Mon Sep 17 00:00:00 2001 From: TomNicholas Date: Mon, 23 Sep 2024 10:50:09 -0400 Subject: [PATCH] remove TODO after #9532 --- doc/user-guide/hierarchical-data.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/user-guide/hierarchical-data.rst b/doc/user-guide/hierarchical-data.rst index 90cb286ddca..d6e3c30fff6 100644 --- a/doc/user-guide/hierarchical-data.rst +++ b/doc/user-guide/hierarchical-data.rst @@ -761,8 +761,6 @@ Let's instead place only the time-dependent variables in the child groups, and p ) dt -(TODO: They are being displayed in child groups still, see https://github.com/pydata/xarray/issues/9499) - This is preferred to the previous representation because it now makes it clear that all of these datasets share common spatial grid coordinates. Defining the common coordinates just once also ensures that the spatial coordinates for each group cannot become out of sync with one another during operations.