Skip to content

Commit

Permalink
fix: increase timer & decrease num of generations for quality integra…
Browse files Browse the repository at this point in the history
…tion test (#1349)

* fix: increase timer & decrease num of generations

* fix: decrease num of gens to 1 and revert pop size
  • Loading branch information
DRMPN authored Nov 15, 2024
1 parent 1bd63c2 commit b0618df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/quality/test_quality_improvement.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def test_multiobjective_improvement():
quality_metric_2 = 'accuracy'
metrics = [quality_metric_1, quality_metric_2]

timeout = 4
composer_params = dict(num_of_generations=10,
timeout = 10
composer_params = dict(num_of_generations=1,
pop_size=10,
with_tuning=False,
preset='fast_train',
Expand Down

0 comments on commit b0618df

Please sign in to comment.