-
Notifications
You must be signed in to change notification settings - Fork 67
Leonlu2/error on geo values #1095
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
dd8c5c8
1. add geo_value validator in _params
LeonLu2 d024995
1. minor comment change
LeonLu2 a6cc058
1. Merge branch 'dev' into leonlu2/error_on_geo_values.
LeonLu2 6ed27d9
Update integrations/server/test_covidcast.py
LeonLu2 e89692e
Update integrations/server/test_covidcast.py
LeonLu2 14463c8
Update integrations/client/test_delphi_epidata.py
LeonLu2 3648a74
1. put the geo validation in GeoSet class constructor, and show which…
LeonLu2 e884b7c
Merge branch 'leonlu2/error_on_geo_values' of https://github.com/cmu-…
LeonLu2 9fe6196
Update src/server/_params.py
LeonLu2 6dac204
Update src/server/_params.py
LeonLu2 7b7b5e7
Update src/acquisition/covidcast/test_utils.py
LeonLu2 0a2bdf9
Update integrations/client/test_delphi_epidata.py
LeonLu2 ef362d8
Update integrations/server/test_covidcast.py
LeonLu2 6e29946
Update integrations/server/test_covidcast.py
LeonLu2 e3fe68b
Update tests/server/test_params.py
LeonLu2 43a232e
1. minor changes
LeonLu2 e3054cd
Merge branch 'dev' into leonlu2/error_on_geo_values
LeonLu2 1e75209
1. edit geo_type to match with what we have in make_default_row
LeonLu2 5fed93c
Merge branch 'dev' into leonlu2/error_on_geo_values
LeonLu2 79cdc26
Update integrations/server/test_covidcast.py
LeonLu2 bec5621
Update integrations/server/test_covidcast.py
LeonLu2 4578420
Update tests/server/test_params.py
LeonLu2 4a59ead
Update tests/server/test_params.py
LeonLu2 00b4ff2
Update tests/server/test_params.py
LeonLu2 58fcc7f
Update tests/server/test_params.py
LeonLu2 94e8b5f
Update tests/server/test_params.py
LeonLu2 59ce3c9
Update tests/server/test_params.py
LeonLu2 d41eeaa
Update tests/server/test_params.py
LeonLu2 b01bb82
Update test_covidcast.py
LeonLu2 e2d12ee
Update integrations/server/test_covidcast.py
LeonLu2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
geo_id,value,stderr,sample_size,issue,time_value,geo_type,signal,source | ||
d_nonlatest,0,0,0,1,0,county,sig,src | ||
d_latest, 0,0,0,3,0,county,sig,src | ||
d_justone, 0,0,0,1,0,county,sig,src | ||
d_nonlatest,0,0,0,1,0,msa,sig,src | ||
d_latest, 0,0,0,3,0,msa,sig,src | ||
d_justone, 0,0,0,1,0,msa,sig,src |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
delphi_utils==0.3.6 | ||
epiweeks==2.1.2 | ||
Flask==2.2.2 | ||
itsdangerous<2.1 | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.