-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace the python covidcast client in validator #1972
Comments
One interesting quirk of the covidcast client is that it pins " I find no reason/rationale for this in either the source or comments of cmu-delphi/covidcast#618 where the change was made :( This also means that anything that imports the The current version of Pandas is 2.2.2 -- which might offer significant performance improvements, but it risks breaking any number of things. Pandas is not pinned anywhere in this repo (except for the now-toothless spec in |
#1985 is an effective stop-gap for removing the dependency implications (and it also partially fulfills #1931 and #1987 ), but it doesnt address the to properly satisfy that , i think it should be sufficient to:
|
Similar to #1931, the python
covidcast
client (which has some issues) is used in thedelphi_utils.validator
submodule and it can should come out of there:covidcast-indicators/_delphi_utils_python/delphi_utils/validator/run.py
Line 8 in a6ea003
covidcast-indicators/_delphi_utils_python/delphi_utils/validator/datafetcher.py
Line 12 in a6ea003
covidcast-indicators/_delphi_utils_python/delphi_utils/validator/dynamic.py
Line 8 in a6ea003
The text was updated successfully, but these errors were encountered: