aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
619 stars 84 forks source link

Hotfix for integration tests #1242

Closed kasyanovse closed 6 months ago

kasyanovse commented 6 months ago
  1. Изменение дефолтного окна для sparse_lagged
  2. Разбиение test_api_example на 4 отдельных теста
  3. Изменение данных в test_api_ts_forecasting_example с australia на test_sea, т.к. последний вариант в несколько раз длиннее
  4. Чуть более информативная ошибка в test_models_does_not_fall_on_constant_data
  5. Исключение cgru из test_models_does_not_fall_on_constant_data
pep8speaks commented 6 months ago

Hello @kasyanovse! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2024-01-04 19:55:08 UTC
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (db6e3be) 79.95% compared to head (54ac824) 79.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1242 +/- ## ========================================== + Coverage 79.95% 79.97% +0.02% ========================================== Files 145 145 Lines 9945 9945 ========================================== + Hits 7952 7954 +2 + Misses 1993 1991 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.