From 0f7e1f76174b058e47354df56d777eb4329d9bbd Mon Sep 17 00:00:00 2001 From: Mattia Almansi Date: Thu, 11 Apr 2024 14:55:41 +0200 Subject: [PATCH] cleanup --- notebooks/wp5/satellite_sea_ice_type.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/wp5/satellite_sea_ice_type.ipynb b/notebooks/wp5/satellite_sea_ice_type.ipynb index 65eac75..8f14ff9 100644 --- a/notebooks/wp5/satellite_sea_ice_type.ipynb +++ b/notebooks/wp5/satellite_sea_ice_type.ipynb @@ -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",