Skip to content

test-gts.R fails #432

@jeremyrcoyle

Description

@jeremyrcoyle

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions