google-research / open-covid-19-data

Open source aggregation pipeline for public COVID-19 data, including hospitalization/ICU/ventilator numbers for many countries.
Apache License 2.0
115 stars 69 forks source link

Refactor paths #89

Closed everettk closed 3 years ago

everettk commented 3 years ago

This change refactors how paths are passed around the codebase. Instead of hardcoding paths at the top of every file, it adds a path_utils file that everyone else reads paths from.