Skip to content
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

issue as an input should throw an error, rather than silently failing #187

Closed
dsweber2 opened this issue Sep 27, 2023 · 1 comment · Fixed by #216
Closed

issue as an input should throw an error, rather than silently failing #187

dsweber2 opened this issue Sep 27, 2023 · 1 comment · Fixed by #216
Assignees
Labels
bug Something isn't working P0 Top priority

Comments

@dsweber2
Copy link
Contributor

dsweber2 commented Sep 27, 2023

an example

epidatr::pub_covidcast(
            source = "hhs",
            signals = "confirmed_admissions_covid_1d",
            geo_type = "state",
            time_type = "day",
            geo_values = "*",
            time_values = epirange(from = "20220101", to = "20220401"),
            issue = "*",
            fetch_args = fetch_args_list(return_empty = TRUE, timeout_seconds = 100)
)

epidatr::pub_covidcast(
            source = "hhs",
            signals = "confirmed_admissions_covid_1d",
            geo_type = "state",
            time_type = "day",
            geo_values = "*",
            time_values = epirange(from = "20220101", to = "20220401"),
            issues = "*",
            fetch_args = fetch_args_list(return_empty = TRUE, timeout_seconds = 100)
)
@dsweber2 dsweber2 added bug Something isn't working P0 Top priority labels Sep 27, 2023
@dsweber2 dsweber2 added this to the 1.2 release milestone Sep 27, 2023
@nmdefries
Copy link
Contributor

This will be fixed by #201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Top priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants