mrc-ide / squire

SEIR transmission model of COVID-19. Documentation at:
https://mrc-ide.github.io/squire/
Other
50 stars 28 forks source link

intervention_start_dates_for_odin handle non integer dates #158

Open OJWatson opened 3 years ago

OJWatson commented 3 years ago

Dates being passed in from pmcmc are called using as.Date(numeric) which does not then play nicely with seq.Date. Somewhere the numbers need to be rounded before hand.