deepset-ai / COVID-QA

API & Webapp to answer questions about COVID-19. Using NLP (Question Answering) and trusted data sources.
Apache License 2.0
343 stars 119 forks source link

CDC Water Scraper Error #96

Closed mfleming99 closed 4 years ago

mfleming99 commented 4 years ago

https://github.com/deepset-ai/COVID-QA/blob/4890ad52da357926f1b27dfa6ccd3daf9fde49ae/datasources/scrapers/CDC_Water_scraper.py#L51

This line in the CDC_Water_scraper will cause an error.

UnboundLocalError: local variable 'current_question' referenced before assignment

It seems that lines https://github.com/deepset-ai/COVID-QA/blob/4890ad52da357926f1b27dfa6ccd3daf9fde49ae/datasources/scrapers/CDC_Water_scraper.py#L51-L53 should be deleted.

bogdankostic commented 4 years ago

The page structure changed, I will adapt the script to the new structure.