Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanKharkovskoy committed Feb 12, 2024
1 parent 98dd075 commit e770fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/api/test_assumption_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_assumptions_builder_unsuitable_available_operations():

train_input, _, _ = get_dataset(task_type='classification')
train_input = DataPreprocessor().obligatory_prepare_for_fit(train_input)
available_operations = ['linear', 'lagged'] # 'xgboost'
available_operations = ['linear', 'lagged'] # 'xgboost'

default_builder = UniModalAssumptionsBuilder(train_input)
checked_builder = UniModalAssumptionsBuilder(train_input) \
Expand Down

0 comments on commit e770fc1

Please sign in to comment.