We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad54e0 commit eaf016dCopy full SHA for eaf016d
src/server/endpoints/covidcast_utils/model.py
@@ -242,7 +242,7 @@ def get_related_signals(signal: DataSignal) -> List[DataSignal]:
242
243
def count_signal_time_types(source_signals: List[SourceSignalPair]) -> Tuple[int, int]:
244
"""
245
- count the number of weekly signals in this queries
+ count the number of signals in this query for each time type
246
@returns daily counts, weekly counts
247
248
weekly = 0
0 commit comments