Fix: handle difference releases alfa vs master #95
32 new problems found by Qodana Community for Python
Qodana Community for Python
32 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Statement has no effect |
🔶 Warning | 1 |
Incorrect type |
🔶 Warning | 1 |
Unused local symbols |
◽️ Notice | 13 |
PEP 8 naming convention violation |
◽️ Notice | 10 |
Shadowing names from outer scopes |
◽️ Notice | 3 |
Class has no init method |
◽️ Notice | 2 |
Too complex chained comparisons |
◽️ Notice | 1 |
Accessing a protected member of a class or a module |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 140 in mloptimizer/test/interfaces/api/test_genetic_search.py
github-actions / Qodana Community for Python
Too complex chained comparisons
Simplify chained comparison
Check notice on line 5 in mloptimizer/infrastructure/repositories/hyperparameter_space_repository.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 6 in mloptimizer/application/hyperparameter_space_service.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 18 in mloptimizer/test/domain/model/test_alg_wrapper.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 134 in mloptimizer/test/interfaces/api/test_genetic_search.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 97 in mloptimizer/test/interfaces/api/test_genetic_search.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 122 in mloptimizer/test/interfaces/api/test_genetic_search.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 105 in mloptimizer/interfaces/api/genetic_search.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Argument name should be lowercase
Check notice on line 110 in mloptimizer/test/interfaces/api/test_genetic_search.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 67 in mloptimizer/interfaces/api/genetic_search.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Argument name should be lowercase
Check notice on line 108 in mloptimizer/test/interfaces/api/test_genetic_search.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 145 in mloptimizer/test/interfaces/api/test_genetic_search.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 123 in mloptimizer/interfaces/api/genetic_search.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Argument name should be lowercase
Check notice on line 11 in docs/conf.py
github-actions / Qodana Community for Python
Accessing a protected member of a class or a module
Access to a protected member _sg_scraper of a class
Check notice on line 306 in examples/plot_xgboost_hyperparam_opt_comparison.py
github-actions / Qodana Community for Python
Shadowing names from outer scopes
Shadows name 'clf' from outer scope
Check notice on line 241 in examples/plot_xgboost_hyperparam_opt_comparison.py
github-actions / Qodana Community for Python
Shadowing names from outer scopes
Shadows name 'y' from outer scope
Check notice on line 178 in examples/plot_xgboost_hyperparam_opt_comparison.py
github-actions / Qodana Community for Python
Shadowing names from outer scopes
Shadows name 'y' from outer scope
Check warning on line 392 in examples/plot_xgboost_hyperparam_opt_comparison.py
github-actions / Qodana Community for Python
Statement has no effect
Statement seems to have no effect
Check warning on line 209 in mloptimizer/test/application/test_optimizer_service.py
github-actions / Qodana Community for Python
Incorrect type
Expected type 'HyperparameterSpace', got 'None' instead
Check notice on line 153 in mloptimizer/domain/optimization/genetic_algorithm.py
github-actions / Qodana Community for Python
Unused local symbols
Parameter 'verbose' value is not used
Check notice on line 23 in mloptimizer/test/application/test_optimizer_service.py
github-actions / Qodana Community for Python
Unused local symbols
Parameter 'tmp_path' value is not used
Check notice on line 44 in mloptimizer/test/application/test_optimizer_service.py
github-actions / Qodana Community for Python
Unused local symbols
Parameter 'tmp_path' value is not used
Check notice on line 205 in mloptimizer/test/application/test_optimizer_service.py
github-actions / Qodana Community for Python
Unused local symbols
Parameter 'tmp_path' value is not used
Check notice on line 186 in mloptimizer/test/application/test_optimizer_service.py
github-actions / Qodana Community for Python
Unused local symbols
Parameter 'tmp_path' value is not used
Check notice on line 108 in mloptimizer/test/application/test_optimizer_service.py
github-actions / Qodana Community for Python
Unused local symbols
Parameter 'tmp_path' value is not used