mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
One more small update for wwa notebook:
-removed the geom_count variable because it was only used in a printstatement that we no longer make
This commit is contained in:
parent
10a477be9b
commit
b6bd97b3fa
1 changed files with 1 additions and 2 deletions
|
@ -418,8 +418,7 @@
|
|||
" if not phensigString in phensigs:\n",
|
||||
" phensigs.append(phensigString)\n",
|
||||
" # Optional printout of unique Phensigs\n",
|
||||
"# print(get_title(phensigString) \n",
|
||||
"# + \" (\" + phensigString + \")\n",
|
||||
"# print(get_title(phensigString) + \" (\" + phensigString + \")\n",
|
||||
" \n",
|
||||
" # get the corresponding color using the dictionary\n",
|
||||
" color = get_color(phensigString)\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue