Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Apr 4, 2024
1 parent fba7f19 commit 3ed1f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/wp5/ozone_merged_uv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"\n",
"with xr.set_options(keep_attrs=True):\n",
" da_sum = da_obs.sum(\"longitude\", keep_attrs=True) / da_obs.sizes[\"longitude\"]\n",
"da_sum.plot(x=\"time\")"
"_ = da_sum.plot(x=\"time\")"
]
},
{
Expand Down

0 comments on commit 3ed1f34

Please sign in to comment.