Skip to content

Commit 00cc9d1

Browse files
committed
Nans: remove breakpoints
1 parent 8e8e7db commit 00cc9d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integrations/server/test_covidcast_endpoints.py

-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def test_basic(self):
148148

149149
rows = [CovidcastRow(time_value=20200401 + i, value=i) for i in range(10)]
150150
first = rows[0]
151-
breakpoint()
152151
self._insert_rows(rows)
153152

154153
with self.subTest("validation"):
@@ -167,7 +166,6 @@ def test_trend(self):
167166
first = rows[0]
168167
last = rows[-1]
169168
ref = rows[num_rows // 2]
170-
breakpoint()
171169
self._insert_rows(rows)
172170

173171
out = self._fetch("/trend", signal=first.signal_pair, geo=first.geo_pair, date=last.time_value, window="20200401-20201212", basis=ref.time_value)

0 commit comments

Comments
 (0)