We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e32dc commit c53c15aCopy full SHA for c53c15a
integrations/server/test_covidcast.py
@@ -80,7 +80,7 @@ def _insert_placeholder_set_five(self):
80
self._make_placeholder_row(time_value=2000_01_01, value=i*1., stderr=i*10., sample_size=i*100., issue=2000_01_03+i)[0]
81
for i in [1, 2, 3]
82
] + [
83
- # issue intended to overlap with the issue above
+ # different time_values, same issues
84
self._make_placeholder_row(time_value=2000_01_01+i-3, value=i*1., stderr=i*10., sample_size=i*100., issue=2000_01_03+i-3)[0]
85
for i in [4, 5, 6]
86
]
0 commit comments