ellisp / forecastHybrid

Convenient functions for ensemble forecasts in R combining approaches from the {forecast} package
GNU General Public License v3.0
79 stars 23 forks source link

fixed superfluous argument warnings in hybridModel #73

Closed vlahm closed 7 years ago

vlahm commented 7 years ago

Hi. I'm digging this package. Just realized the warning for including model-specific arguments for a model that is not included in the ensemble always states that a.args will be ignored. Scanning the rest of the code, it appears that the args for the omitted model will be ignored, as would be expected, so I just changed the warnings. Cheers, Mike

dashaub commented 7 years ago

yikes, lazy copying/pasting there. Thanks for the fix.