Skip to content

Error on running #1

@gkourogiorgas

Description

@gkourogiorgas

Hi I saved all time series in separate pkl files for training and test in the respective folders then ran:
python buildVAR.py 1 traindata/ testdata/
and got this error:

 File "buildVAR.py", line 186, in <module>
    var = VAR(x_train, p)
  File "buildVAR.py", line 22, in __init__
    self.prepare_data()
  File "buildVAR.py", line 38, in prepare_data
    T = ynorm.shape[1]
IndexError: tuple index out of range

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions