Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1972-replace-covidcast' into 197…
Browse files Browse the repository at this point in the history
…2-replace-covidcast

# Conflicts:
#	_delphi_utils_python/setup.py
#	_template_python/setup.py
#	google_symptoms/delphi_google_symptoms/run.py
#	google_symptoms/tests/conftest.py
#	quidel_covidtest/setup.py
  • Loading branch information
aysim319 committed Sep 13, 2024
2 parents 6b2967d + 9d91be7 commit 76acc5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions google_symptoms/delphi_google_symptoms/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
from itertools import product

import numpy as np
from delphi_epidata import Epidata
from delphi_utils import create_export_csv, get_structured_logger
from delphi_utils.validator.utils import lag_converter
from pandas import to_datetime

from .constants import COMBINED_METRIC, FULL_BKFILL_START_DATE, GEO_RESOLUTIONS, SMOOTHERS, SMOOTHERS_MAP
from .date_utils import generate_num_export_days
Expand Down
1 change: 0 additions & 1 deletion quidel_covidtest/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

required = [
"boto3",
"covidcast",
"darker[isort]~=2.1.1",
"delphi-utils",
"imap-tools",
Expand Down

0 comments on commit 76acc5c

Please sign in to comment.