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

Misspecified observable_regex in DiseasystoreEcdcRespiratoryViruses #205

Open
1 task done
RasmusSkytte opened this issue Jan 30, 2025 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@RasmusSkytte
Copy link
Contributor

Describe the bug
The observable_regex in DiseasystoreEcdcRespiratoryViruses is misspecified so no observables are listed in the diseaysstore

To Reproduce

ds <- DiseasystoreEcdcRespiratoryViruses$new(target_conn = DBI::dbConnect(RSQLite::SQLite()))

ds$available_observables

Expected behaviour
A clear and concise description of what you expected to happen.

Screenshots
N/A

Provide output from sessionInfo()
N/A

  • I have checked that the bug is not already described in open issues

Additional context
The fix should be something like

.observables_regex = r"{^\w+_rates}",
@RasmusSkytte RasmusSkytte added the bug Something isn't working label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant