Skip to content

Commit

Permalink
refactor: small smoke test demo change
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Jul 13, 2024
1 parent 9177e01 commit b92ccbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
# Covidcast test
print("Covidcast Test")
epidata = CovidcastEpidata()
print(epidata.source_names)
print(epidata.source_names())
print(epidata.signal_names("fb-survey"))
epidata["fb-survey"].signal_df
apicall = epidata[("fb-survey", "smoothed_cli")].call(
"nation",
Expand Down

0 comments on commit b92ccbe

Please sign in to comment.