Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Feb 22, 2024
1 parent 352a0fc commit 6511dd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebooks/wp4/extreme_temperature_indices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@
" xr.save_mfdataset(datasets, paths)\n",
"\n",
" ds = xr.open_mfdataset(paths)\n",
" print(ds)\n",
" (da,) = ds.data_vars.values()\n",
" mask = da.notnull().any(\"time\")\n",
"\n",
Expand Down

0 comments on commit 6511dd0

Please sign in to comment.