-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue851 lock OWID coutry level vaccine data #873
Conversation
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 1.06%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Code Climate has analyzed commit 66fc1aa and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 85.7% (50% is the threshold). This pull request will bring the total coverage in the repository to 83.0% (-0.2% change). View more on Code Climate. |
Related issues
#851
What was changed
Lock "Our World In Data" vaccine dataset before calling
DataLoader.vaccine()
as well as "COVID-19 Data Hub" data. This was required to use local datasets at country level withVaccineData
.Not included in this pull request:
VaccineData
parses province level dataDataLoader.pcr()