From 1882634d186a4f8b80ef6f6338749b52a11a6b64 Mon Sep 17 00:00:00 2001 From: Mattia Almansi Date: Tue, 23 Apr 2024 18:34:16 +0200 Subject: [PATCH] cleanup --- notebooks/wp5/uth_atmospheric_circulation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/wp5/uth_atmospheric_circulation.ipynb b/notebooks/wp5/uth_atmospheric_circulation.ipynb index ad8e7c3..3cdebf7 100644 --- a/notebooks/wp5/uth_atmospheric_circulation.ipynb +++ b/notebooks/wp5/uth_atmospheric_circulation.ipynb @@ -218,7 +218,7 @@ "for da in [ds_uth[\"uth_mean_ascend\"], ds_omega500[\"w\"]]:\n", " series[da.name] = (\n", " da.sortby(list(da.dims))\n", - " .stack(index=sorted(da_uth.dims))\n", + " .stack(index=sorted(da.dims))\n", " .to_series()\n", " .reset_index(drop=True)\n", " )\n",