Skip to content

Commit c00e178

Browse files
committed
flake8
1 parent f7e047c commit c00e178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rampwf/workflows/ts_feature_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def extend_train_is(X, train_is, n_burn_in, restart_name):
7272
for b, bound in enumerate(episode_starts_y):
7373
if bound in train_is:
7474
extended_train_is += list(
75-
range(episode_starts_X[b], episode_starts_X[b+1]))
75+
range(episode_starts_X[b], episode_starts_X[b + 1]))
7676

7777
return extended_train_is
7878

0 commit comments

Comments
 (0)