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 7a8a6b6 commit 6b12388Copy full SHA for 6b12388
google_symptoms/tests/conftest.py
@@ -42,11 +42,6 @@
42
# from `bigquery-public-data.covid19_symptom_search.counties_daily_2020` # Counties by day; includes state and county name, + FIPS code
43
# where timestamp(date) between timestamp("2020-07-15") and timestamp("2020-08-22")
44
45
-# good_input = {
46
-# "state": f"{TEST_DIR}/test_data/small_states_daily.csv",
47
-# "county": f"{TEST_DIR}/test_data/small_counties_daily.csv"
48
-# }
49
-
50
51
good_input = {
52
"state": f"{TEST_DIR}/test_data/small_states_2020_07_15_2020_08_22.csv",
0 commit comments