Skip to content

Commit

Permalink
pass context length
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley M. Gifford <[email protected]>
  • Loading branch information
wgifford committed Mar 22, 2024
1 parent ccba0ea commit 83a6f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsfm_public/toolkit/time_series_preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def get_datasets(
# get split_params
# split_params = get_split_params(config, self.context_length, len(data))

split_params, split_function = get_split_params(split_config)
split_params, split_function = get_split_params(split_config, context_length=self.context_length)

# specify columns
column_specifiers = {
Expand Down

0 comments on commit 83a6f99

Please sign in to comment.