robjhyndman / forecast

Forecasting Functions for Time Series and Linear Models
http://pkg.robjhyndman.com/forecast
1.12k stars 342 forks source link

trace broken in parallel operation? #631

Closed landroni closed 6 years ago

landroni commented 6 years ago

When using trace = TRUE at the same time as stepwise = FALSE, parallel = TRUE, I notice that the list of ARIMA models considered is not being reported: auto.arima(euretail, stepwise = FALSE, trace = TRUE, parallel = TRUE, num.cores = 1)

Is trace expected to work in parallel = TRUE mode?

(Using forecast_8.2.)

mitchelloharawild commented 6 years ago

I've added a message to make this clearer, currently tracing auto.arima paths in parallel is not supported.