Fix circular imports
Created by: YamLyubov
This PR gets rid of circular imports for ComposerRequirements and PipelineComposerRequirements by moving this classes to a separate modules.
Created by: pep8speaks
Hello @YamLyubov! 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!
Comment last updated at 2022-08-04 13:50:17 UTC
Created by: codecov[bot]
Codecov Report
Merging #803 (bbe6a9bd) into master (34c0f3bb) will increase coverage by
0.01%
. The diff coverage is91.39%
.@@ Coverage Diff @@ ## master #803 +/- ## ========================================== + Coverage 87.29% 87.30% +0.01% ========================================== Files 184 186 +2 Lines 12868 12875 +7 ========================================== + Hits 11233 11241 +8 + Misses 1635 1634 -1
Impacted Files Coverage Δ fedot/core/pipelines/pipeline.py 99.42% <ø> (ø)
fedot/core/pipelines/template.py 86.32% <ø> (-0.06%)
fedot/core/visualisation/opt_viz.py 53.53% <0.00%> (ø)
...implementations/data_operations/text_pretrained.py 58.33% <55.55%> (-3.58%)
fedot/core/optimisers/composer_requirements.py 87.50% <87.50%> (ø)
fedot/api/api_utils/api_composer.py 97.41% <100.00%> (+0.01%)
fedot/core/composer/composer.py 94.11% <100.00%> (+4.37%)
fedot/core/composer/composer_builder.py 94.23% <100.00%> (+0.05%)
fedot/core/composer/gp_composer/gp_composer.py 95.45% <100.00%> (-1.22%)
fedot/core/composer/random_composer.py 100.00% <100.00%> (ø)
... and 23 more Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Please register or sign in to reply