From 10a477be9bb53fd15fdaceeccc39ed216fd602d5 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Wed, 27 Apr 2022 16:20:54 -0600 Subject: [PATCH] Modify an optional print statement in the WWA notebook --- examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb b/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb index ac9619c..fd6ac13 100644 --- a/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb +++ b/examples/notebooks/Watch_Warning_and_Advisory_Plotting.ipynb @@ -419,8 +419,7 @@ " phensigs.append(phensigString)\n", " # Optional printout of unique Phensigs\n", "# print(get_title(phensigString) \n", - "# + \" (\" + phensigString + \") issued at \" + str(ref)\n", - "# + \" (\"+str(poly.geom_type) + geom_count + \")\")\n", + "# + \" (\" + phensigString + \")\n", " \n", " # get the corresponding color using the dictionary\n", " color = get_color(phensigString)\n",