sl3 icon indicating copy to clipboard operation
sl3 copied to clipboard

`test-gts.R` fails

Open jeremyrcoyle opened this issue 9 months ago • 1 comments

Seems to be internal to the learner as

gts_fit <- hts::gts(ts(as.matrix(abc[, -5])))
train_hmax <- max(abc$time)
test_hmax <- max(unique(test_data$time))
gts_fpreds <- forecast(gts_fit, h = test_hmax - train_hmax)$bts

also fails with non-conformable arrays. This could be due to a recent change in how R handles matrix multiplication. I will disable the test for now, but we should decide if we need to remove the learner.

jeremyrcoyle avatar Apr 29 '24 18:04 jeremyrcoyle

this also applies to hts

jeremyrcoyle avatar Apr 29 '24 18:04 jeremyrcoyle