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:
Shay Carter 2022-04-27 16:29:28 -06:00
parent 10a477be9b
commit b6bd97b3fa

View file

@ -418,8 +418,7 @@
" if not phensigString in phensigs:\n", " if not phensigString in phensigs:\n",
" phensigs.append(phensigString)\n", " phensigs.append(phensigString)\n",
" # Optional printout of unique Phensigs\n", " # Optional printout of unique Phensigs\n",
"# print(get_title(phensigString) \n", "# print(get_title(phensigString) + \" (\" + phensigString + \")\n",
"# + \" (\" + phensigString + \")\n",
" \n", " \n",
" # get the corresponding color using the dictionary\n", " # get the corresponding color using the dictionary\n",
" color = get_color(phensigString)\n", " color = get_color(phensigString)\n",