Skip to content

Commit

Permalink
relax check
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Aug 19, 2024
1 parent f0d5332 commit aea2ed9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/src/cowidev/cmd/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
# FULL_URL_JSON = "https://covid.ourworldindata.org/data/owid-covid-data.json"

# ALLOWED DAYS
ALLOWED_DAYS_MAX_VAX = 2
ALLOWED_DAYS_MAX_VAX = 20
ALLOWED_DAYS_MAX_CASESDEATHS = 30
ALLOWED_DAYS_MAX_JHU = 1
ALLOWED_DAYS_MAX_TESTING = 7
ALLOWED_DAYS_MAX_HOSP = 7
ALLOWED_DAYS_MAX_JHU = 20
ALLOWED_DAYS_MAX_TESTING = 20
ALLOWED_DAYS_MAX_HOSP = 20
ALLOWED_DAYS_MAX_MEGAFILE = 10


Expand Down

0 comments on commit aea2ed9

Please sign in to comment.