Skip to content

Commit 3716a0c

Browse files
authored
workaround to use new HSA geo_type w/ legacy client (#2167)
1 parent f685746 commit 3716a0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sir_complainsalot/delphi_sir_complainsalot/check_source.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import pandas as pd
99

1010
covidcast.covidcast._ASYNC_CALL = True # pylint: disable=protected-access
11+
covidcast.covidcast.VALID_GEO_TYPES.add("hsa_nci") # workaround to use new geo_type w/ legacy client
1112

1213
@dataclass
1314
class Complaint:

0 commit comments

Comments
 (0)