Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Apr 11, 2024
1 parent 3a4e6c9 commit 0f7e1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/wp5/satellite_sea_ice_type.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
"source": [
"with xr.set_options(keep_attrs=True):\n",
" bias = (ds_cds - ds_nersc)[\"percentage\"]\n",
"bias.attrs[\"long_name\"] = \"Bias of\" + bias.attrs[\"long_name\"]\n",
"bias.attrs[\"long_name\"] = \"Bias of \" + bias.attrs[\"long_name\"]\n",
"for use_ambiguous, da in bias.groupby(\"use_ambiguous\", squeeze=False):\n",
" facet = plot_maps(\n",
" da, cmap=cmocean.cm.balance, center=0, coastline_color=\"k\", robust=True\n",
Expand Down

0 comments on commit 0f7e1f7

Please sign in to comment.