jarad / FluSight

An R package containing functions used in the CDC Flu Forecasting competition
GNU General Public License v3.0
12 stars 7 forks source link

EW53 warning being thrown in years that have an EW53. #25

Open nickreich opened 6 years ago

craigjmcgowan commented 6 years ago

Could either update verify_entry or update full_entry to include a week 53. My thought is that something in the code might be better to ensure that entries that shouldn't have week 53 don't get let through inadvertently. Perhaps a week53 parameter in verify_entry similar to what is currently in expand_truth would work.