Skip to content

Commit f0e60f0

Browse files
Update src/acquisition/covidcast/database.py
Co-authored-by: george <george.haff@gmail.com>
1 parent 8a46b84 commit f0e60f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/acquisition/covidcast/database.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,8 @@ def retrieve_covidcast_meta_cache(self):
563563
return cache_hash
564564

565565
def compute_coverage_crossref(self):
566-
"""Compute coverage_crossref table."""
566+
"""Compute coverage_crossref table, for looking up available signals per geo or vice versa."""
567+
567568
logger = get_structured_logger("compute_coverage_crossref")
568569

569570
coverage_crossref_delete_sql = '''

0 commit comments

Comments
 (0)