Skip to content

Commit

Permalink
Fix new
Browse files Browse the repository at this point in the history
  • Loading branch information
nicl-nno committed Jul 2, 2024
1 parent 930976e commit 2a20916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/optimizer/test_external.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_external_static_optimizer(data_fixture, request):
data = request.getfixturevalue(data_fixture)
train_data, test_data = train_test_data_setup(data=data)

automl = Fedot(problem='classification', timeout=0.2, logging_level=logging.DEBUG,
automl = Fedot(problem='classification', timeout=0.1, logging_level=logging.DEBUG,
preset='fast_train',
with_tuning=False,
optimizer=partial(StaticOptimizer, node_name='logit'),
Expand Down

0 comments on commit 2a20916

Please sign in to comment.