cmu-delphi / epiprocess

Tools for basic signal processing in epidemiology
https://cmu-delphi.github.io/epiprocess/
Other
13 stars 8 forks source link

`key_colnames` returns wrong values for archive data #565

Open dsweber2 opened 5 days ago

dsweber2 commented 5 days ago

See

archive_cases_dv_subset$DT %>% mutate(some_extra_key = geo_value) %>% as_epi_archive(compactify = TRUE, other_keys = "some_extra_key") %>% key_colnames

only returns geo_value and time_value. The result should match data.table::key

brookslogan commented 1 day ago

Fix in #540. Need to wrap that one up.