United4Surveillance / signal-detection-tool

A tool for detection of signals in infectious disease surveillance data.
Other
8 stars 0 forks source link

Add data checks for age_group column #267

Closed tinneuro closed 6 months ago

tinneuro commented 7 months ago

Resolves #262

Additionally to what is required in #262 by trying to have enough checks on the age_group variable and feedback to the user so that the app only rarely breaks due to age_group problems afterwards and the user gets more clear feedback.

tinneuro commented 6 months ago

Will resolve the conflict in the NEWS.md as soon review is done.

jaemol commented 6 months ago

Hi!

I have only noted minor things in my review - all in all, this works very well from what I can tell and test.

tinneuro commented 6 months ago

Hi :) Thanks! Minor things which you think are not worth mentioning? Not seeing anything and don't want to miss comments you made.

tinneuro commented 6 months ago

In addition I found another bug in the is_age_group_format function allowing the + to be also a seperator between the age_groups and not only used for the last age group. fixed this. Forgot to add this into the commit message

jaemol commented 6 months ago

This is great!