Skip to content

Commit

Permalink
adding train_x variable in SETSTCF for feat mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kndbvortex authored Nov 20, 2024
1 parent a6e7b00 commit 8d09386
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def __init__(
self.ts_len = train_x.shape[1]
elif mode == "feat":
change = False
self.train_x = np.array(train_x)
self.ts_len = train_x.shape[2]
self.train_x_n = from_3d_numpy_to_nested(self.train_x)
if backend == "PYT":
Expand Down

0 comments on commit 8d09386

Please sign in to comment.