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 73790f7 commit c1a5c52Copy full SHA for c1a5c52
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/{}".format(state)
+ filepath = "tests/example_data/{}.csv".format(state)
31
32
if state == 'recovered':
33
filepath = 'tests/example_data/time_series_19-covid-Recovered.csv'
0 commit comments