Fix test_pipeline_fit_time_constraint
@@ -391,8 +391,7 @@ def test_pipeline_fit_time_constraint(data_fixture, request):
Created by: andreygetmanov
Fixed occasional test error when computational time of pipeline with higher time constraint was lower than computational time with less time constraint Time constraint affects fit time, but fit time also fluctuates because of internal hardware reasons. The dispersion of this fluctuation seems to be constant. Therefore, if fit process is optimized, the fit time of both time constraint values in test is reduced, but dispersion remains the same. This raises the probability of dispersions' overlay and, hence, the test fail. Change of timeouts to 1 and 5 seconds provides stable work of test
approved this merge request
Created by: codecov[bot]
Merging #633 (13793c25) into master (2209d02d) will decrease coverage by
0.02%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #633 +/- ##
==========================================
- Coverage 86.58% 86.55% -0.03%
==========================================
Files 153 153
Lines 11246 11246
==========================================
- Hits 9737 9734 -3
- Misses 1509 1512 +3
Impacted Files | Coverage Δ | |
---|---|---|
fedot/core/validation/compose/time_series.py | 86.36% <0.00%> (-13.64%) |
![]() |
fedot/core/composer/gp_composer/gp_composer.py | 85.83% <0.00%> (-2.50%) |
![]() |
fedot/core/optimisers/gp_comp/evaluating.py | 68.25% <0.00%> (-1.59%) |
![]() |
...edot/core/optimisers/gp_comp/operators/mutation.py | 93.95% <0.00%> (-0.47%) |
![]() |
...lementations/data_operations/ts_transformations.py | 73.85% <0.00%> (+0.25%) |
![]() |
fedot/core/pipelines/pipeline.py | 97.28% <0.00%> (+2.17%) |
![]() |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 2209d02...13793c2. Read the comment docs.
Merged by: andreygetmanov at 2022-04-11 19:32:32 UTC
Preferences