weecology / MATSS-forecasting

Forecasting Analysis Comparison for Ecological Time Series
https://weecology.github.io/MATSS-forecasting/
Other
5 stars 1 forks source link

Add tests for `make_forecasts()` #7

Closed ha0ye closed 5 years ago

ha0ye commented 5 years ago

make_forecasts() is a light wrapper around forecasting methods, that follows the procedure in Ward et al. 2014, thereby reducing the amount of duplicate setup code for each model.

We should add tests for the function by itself, and not just when it's being utilized for specific forecasting model functions.

ha0ye commented 5 years ago

closed by 419abc6