We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fab64 commit 73790f7Copy full SHA for 73790f7
tests/test_jhu.py
@@ -27,7 +27,7 @@ def read_file(self, state):
27
state = state.lower()
28
29
# Determine filepath.
30
- filepath = "tests/example_data/time_series_covid19_{}_global".format(state)
+ filepath = "tests/example_data/{}".format(state)
31
32
if state == 'recovered':
33
filepath = 'tests/example_data/time_series_19-covid-Recovered.csv'
0 commit comments