Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test-gts.R fails #432

Open
jeremyrcoyle opened this issue Apr 29, 2024 · 1 comment
Open

test-gts.R fails #432

jeremyrcoyle opened this issue Apr 29, 2024 · 1 comment
Assignees

Comments

@jeremyrcoyle
Copy link
Collaborator

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
Copy link
Collaborator Author

this also applies to hts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants