The check within Jgi.scrape_domain()
if domain in untested:
warnings.warn("This domain is untested for this function.")
causes a new tqdm progress bar to appear in jupyter every iteration through loop used to scrape organisms. Need suggestions for preventing this behavior.
The check within
Jgi.scrape_domain()causes a new tqdm progress bar to appear in jupyter every iteration through loop used to scrape organisms. Need suggestions for preventing this behavior.