Skip to content

Refactor: log accountability moved to class tracker, more changes wou… #91

Refactor: log accountability moved to class tracker, more changes wou…

Refactor: log accountability moved to class tracker, more changes wou… #91

GitHub Actions / Qodana Community for Python completed Mar 2, 2024 in 0s

20 new problems found by Qodana Community for Python

Qodana Community for Python

20 new problems were found

Inspection name Severity Problems
PEP 8 naming convention violation ◽️ Notice 15
Incorrect docstring ◽️ Notice 4
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 419 in mloptimizer/genoptimizer/base.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter logbook in docstring

Check notice on line 420 in mloptimizer/genoptimizer/base.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter start_gen in docstring

Check notice on line 420 in mloptimizer/genoptimizer/base.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter checkpoint_path in docstring

Check notice on line 421 in mloptimizer/genoptimizer/base.py

See this annotation in the file changed.

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

Incorrect docstring

Missing parameter checkpoint_flag in docstring

Check notice on line 70 in mloptimizer/test/test_genoptimizer/test_meta.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 28 in mloptimizer/test/test_CustomXGBClassifier.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/alg_wrapper.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 21 in mloptimizer/test/test_CustomXGBClassifier.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 54 in mloptimizer/test/test_genoptimizer/test_meta.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 37 in mloptimizer/test/test_CustomXGBClassifier.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 157 in mloptimizer/alg_wrapper.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/test_genoptimizer/test_meta.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 mloptimizer/test/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 9 in mloptimizer/test/test_CustomXGBClassifier.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 37 in mloptimizer/test/test_genoptimizer/test_meta.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 mloptimizer/test/test_plots.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 27 in mloptimizer/test/test_genoptimizer/test_meta.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 179 in mloptimizer/alg_wrapper.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 200 in mloptimizer/alg_wrapper.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 10 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