Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Scale plot #111

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Updated formatting

4dd7fce
Select commit
Loading
Failed to load commit list.
Draft

[WIP] Scale plot #111

Updated formatting
4dd7fce
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jan 22, 2025 in 2s

5 issues found.

Annotations

Check notice on line 22 in src/smefit/analyze/report.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/smefit/analyze/report.py#L22

Too many instance attributes (8/7) (too-many-instance-attributes)

Check notice on line 322 in src/smefit/analyze/summary.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/smefit/analyze/summary.py#L322

Unnecessary use of a comprehension, use list(range(len(bins))) instead. (unnecessary-comprehension)

Check notice on line 278 in src/smefit/analyze/summary.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/smefit/analyze/summary.py#L278

Cell variable order_index defined in loop (cell-var-from-loop)

Check notice on line 207 in src/smefit/analyze/summary.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/smefit/analyze/summary.py#L207

Too many local variables (26/22) (too-many-locals)

Check notice on line 335 in src/smefit/analyze/summary.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/smefit/analyze/summary.py#L207-L335

Complex Method