Skip to content

Commit d024995

Browse files
committed
1. minor comment change
1 parent dd8c5c8 commit d024995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/server/test_covidcast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _insert_placeholder_set_three(self):
6464
self._make_placeholder_row(geo_type='msa', geo_value=msa[0], time_value=2000_01_01+i, value=i*1., stderr=i*10., sample_size=i*100., issue=2000_01_03, lag=2-i)[0]
6565
for i in [1, 2, 3]
6666
] + [
67-
# time value intended to overlap with 11111 above, with disjoint geo values
67+
# time value intended to overlap with the time values above, with disjoint geo values
6868
self._make_placeholder_row(geo_type='msa', geo_value=str(i)*5, time_value=2000_01_01+i-3, value=i*1., stderr=i*10., sample_size=i*100., issue=2000_01_03, lag=5-i)[0]
6969
for i in [4, 5, 6]
7070
]

0 commit comments

Comments
 (0)