hubverse-org / hubUtils

Utility functions for Infectious Disease Modeling Hubs
https://hubverse-org.github.io/hubUtils/
Other
6 stars 3 forks source link

Errors in flusight example hub quantile values data type #109

Open annakrystalli opened 1 year ago

annakrystalli commented 1 year ago

Values in a number of synthetic model output files contain decimals when they should all be integers (or atleast coercible to inegers without changing the values) e.g. https://github.com/Infectious-Disease-Modeling-Hubs/hubUtils/blob/main/inst/testhubs/flusight/forecasts/hub-ensemble/2023-04-24-hub-ensemble.csv#L1-L4

I believe it's mainly the hub-ensemble directory that's affected but likely all should be checked.

annakrystalli commented 1 year ago

Once changed, test snapshots in hubValidations also need refreshing.

annakrystalli commented 1 year ago

Revealed by discussions in https://github.com/Infectious-Disease-Modeling-Hubs/hubValidations/issues/19