We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01bb82 commit e2d12eeCopy full SHA for e2d12ee
integrations/server/test_covidcast.py
@@ -52,7 +52,7 @@ def _insert_placeholder_set_three(self):
52
for i in [1, 2, 3]
53
] + [
54
# time value intended to overlap with the time values above, with disjoint geo values
55
- CovidcastTestRow.make_default_row(geo_value=FIPS[i-4], time_value=2000_01_01+i-3, value=i*1., stderr=i*10., sample_size=i*100., issue=2000_01_03, lag=5-i)
+ CovidcastTestRow.make_default_row(geo_value=MSA[i-3], time_value=2000_01_01+i-3, value=i*1., stderr=i*10., sample_size=i*100., issue=2000_01_03, lag=5-i)
56
for i in [4, 5, 6]
57
]
58
self._insert_rows(rows)
0 commit comments