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 2c38d2b commit 52fab64Copy full SHA for 52fab64
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_19-covid-Time_series_covid19_{}_global.csv".format(state.lower())
+ filepath = "tests/example_data/time_series_covid19_{}_global".format(state)
31
32
if state == 'recovered':
33
filepath = 'tests/example_data/time_series_19-covid-Recovered.csv'
0 commit comments