Skip to content

Commit b28a5db

Browse files
committed
fix: staging smoke test
1 parent f7930a9 commit b28a5db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

smoke_test.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
StagingEpidata = Epidata.with_base_url("https://staging.delphi.cmu.edu/epidata/")
3030

31-
df = StagingEpidata.covidcast(
31+
epicall = StagingEpidata.covidcast(
3232
"fb-survey", "smoothed_cli", "day", "nation", EpiRange(date(2021, 4, 5), date(2021, 4, 10)), "*"
33-
).df()
34-
print(df.shape)
33+
)
34+
print(epicall._base_url)

0 commit comments

Comments
 (0)