Skip to content

Commit

Permalink
Fix new 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicl-nno committed Jul 3, 2024
1 parent e086d4b commit 1942689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/api/test_api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def test_predefined_initial_assumption():
available_operations = ['bernb', 'dt', 'knn', 'lda', 'qda', 'logit', 'rf', 'svc',
'scaling', 'normalization', 'pca', 'kernel_pca']

model = Fedot(problem='classification', timeout=.1,
logging_level=logging.DEBUG, available_operations=available_operations,
model = Fedot(problem='classification', timeout=1.0,
logging_level=logging.ERROR, available_operations=available_operations,
initial_assumption=initial_pipelines)
old_params = deepcopy(model.params)
model.fit(train_input)
Expand Down

0 comments on commit 1942689

Please sign in to comment.