Skip to content

Commit b20f26d

Browse files
committed
resolve conflict
1 parent 3125932 commit b20f26d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

autoPyTorch/datasets/time_series_dataset.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -699,13 +699,8 @@ def __init__(self,
699699
valid_splits.append(split)
700700

701701
if len(valid_splits) == 0:
702-
<<<<<<< HEAD
703702
raise ValueError(f'The passed value for {n_prediction_steps} is unsuited for the current dataset, please '
704703
'consider reducing n_prediction_steps')
705-
=======
706-
raise ValueError('The forecasting horizon setting is unsuited for the Current dataset, please '
707-
'considering reducing n_prediction_steps')
708-
>>>>>>> ee2ff5c3 (maint)
709704

710705
self.splits = valid_splits
711706

0 commit comments

Comments
 (0)