Open maypink opened 1 year ago
Hello @maypink! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
experiments/fedot_warm_start/run.py
:Line 279:13: E126 continuation line over-indented for hanging indent Line 287:9: E121 continuation line under-indented for hanging indent Line 356:5: F841 local variable 'e' is assigned to but never used
Line 7:1: F401 'golem.core.optimisers.adaptive.context_agents.ContextAgentTypeEnum' imported but unused Line 21:1: F401 'meta_automl.meta_algorithm.model_advisors.DiverseFEDOTPipelineAdvisor' imported but unused Line 44:121: E501 line too long (125 > 120 characters) Line 51:121: E501 line too long (131 > 120 characters) Line 53:121: E501 line too long (131 > 120 characters)
experiments/mab_experiment/run.py
:Line 6:1: F401 'typing.Any' imported but unused Line 13:1: F401 'fedot.core.pipelines.node.PrimaryNode' imported but unused Line 14:1: F401 'fedot.core.pipelines.pipeline.Pipeline' imported but unused Line 76:13: E126 continuation line over-indented for hanging indent Line 80:9: E121 continuation line under-indented for hanging indent
meta_automl/data_preparation/pipeline_features_extractors/fedot_pipeline_features_extractor.py
:Line 16:121: E501 line too long (128 > 120 characters) Line 45:9: E121 continuation line under-indented for hanging indent Line 45:9: E125 continuation line with same indent as next logical line
thegolem/data_pipeline_surrogate.py
:Line 100:67: W292 no newline at end of file
:exclamation: No coverage uploaded for pull request base (
transfer_to_lightning_with_dbv0@d9fa79b
). Click here to learn what that means. The diff coverage isn/a
.:exclamation: Current head 04a2ae6 differs from pull request most recent head 95ce942. Consider uploading reports for the commit 95ce942 to get more accurate results
@@ Coverage Diff @@
## transfer_to_lightning_with_dbv0 #50 +/- ##
==================================================================
Coverage ? 42.25%
==================================================================
Files ? 26
Lines ? 594
Branches ? 0
==================================================================
Hits ? 251
Misses ? 343
Partials ? 0
This branch contains code from both
transfer_to_lightning_with_dbv0
anddocker_and_experiments
branches. What's new:NB! To install appropriate GOLEM branch: pip install git+https://github.com/aimclub/GOLEM@minor-fix#egg=thegolem
To install appropriate FEDOT branch: pip install git+https://github.com/aimclub/FEDOT@add-mutation-agent#egg=fedot --no-deps