FLARE-forecast / FLARE-containers

Docker containers to run FLARE forecast
0 stars 2 forks source link

Enhance Error Handling for flare-generate-forecast #5

Open vahid-dan opened 3 years ago

vahid-dan commented 3 years ago

When there is no NOAA data for running flare-generate-forecast it shows a non-descriptive error:

Error in if ((!is.character(filename)) || (nchar(filename) < 1)) stop("Passed a filename that is NOT a string of characters!") : 
  missing value where TRUE/FALSE needed
Calls: forecast_inflows_outflows -> <Anonymous>
Execution halted