Skip to content

Fix the test, moved VERSION file inside the package to be store with … #202

Fix the test, moved VERSION file inside the package to be store with …

Fix the test, moved VERSION file inside the package to be store with … #202

GitHub Actions / Qodana Community for Python completed Nov 7, 2024 in 0s

36 new problems found by Qodana Community for Python

Qodana Community for Python

36 new problems were found

Inspection name Severity Problems
Incorrect call arguments 🔶 Warning 4
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 warning on line 40 in examples/regression_example.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 77 in examples/regression_example.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 40 in examples/regression_example.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 77 in examples/regression_example.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check notice on line 143 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 142 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 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 148 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 125 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 86 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 111 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 100 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 137 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 124 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 113 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 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 245 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 182 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 310 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 warning on line 396 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 224 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 220 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