Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Apr 23, 2024
1 parent 2716e32 commit 1882634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/wp5/uth_atmospheric_circulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1882634

Please sign in to comment.