Skip to content

Fix: handle difference releases alfa vs master #95

Fix: handle difference releases alfa vs master

Fix: handle difference releases alfa vs master #95

GitHub Actions / Qodana Community for Python completed Oct 27, 2024 in 0s

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 140 in mloptimizer/test/interfaces/api/test_genetic_search.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Unused local symbols

Parameter 'tmp_path' value is not used