Closed nickreich closed 5 years ago
The above is for @hbiegel
Thank you for identifying the issue. I believe have fixed the forecast files and used verify_entry_file() on all the forecasts, which results in no errors and only a warning for the 2014/15 season predictions about the week 53 bins. I will commit the updates and submit a pull request.
This was closed by #212
In running the overall scoring code, we have run into an error in one file. (There might be other errors, but the script stopped when it encountered this one.) I ran the an R function that helps to diagnose problems with forecasts and got the following output:
The error seems to be that in some of these target-region combinations there is an
NA
in theValue
column. For rows that haveType==Bin
, these must be numeric values and cannot beNA
. Can you please check over your files (not just this one, but all of them.) and correct this and any other similar errors?