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

Cache cleaning for integrational tests #1265

Closed nicl-nno closed 3 months ago

nicl-nno commented 3 months ago

Fix for integrational test failure ("lack of memory")

docu-mentor[bot] commented 3 months ago

👋 Hi, I'm @docu-mentor, an LLM-powered GitHub app powered by Anyscale Endpoints that gives you actionable feedback on your writing.

Simply create a new comment in this PR that says:

@docu-mentor run

and I will start my analysis. I only look at what you changed in this PR. If you only want me to look at specific files or folders, you can specify them like this:

@docu-mentor run doc/ README.md

In this example, I'll have a look at all files contained in the "doc/" folder and the file "README.md". All good? Let's get started!

pep8speaks commented 3 months ago

Hello @nicl-nno! 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-03-10 16:51:22 UTC
github-actions[bot] commented 3 months ago

All PEP8 errors has been fixed, thanks :heart:

Comment last updated at
codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 79.92%. Comparing base (9bdb42e) to head (f82fbff).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1265 +/- ## ========================================== + Coverage 79.85% 79.92% +0.07% ========================================== Files 146 146 Lines 10030 10031 +1 ========================================== + Hits 8009 8017 +8 + Misses 2021 2014 -7 ```

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

nicl-nno commented 3 months ago

/fix-pep8

nicl-nno commented 3 months ago

/fix-pep8