Skip to content

Merge branch 'main' into wc_fisher

c4bd35b
Select commit
Loading
Failed to load commit list.
Draft

[WIP] RGE Fisher for Wilson Coefficients #112

Merge branch 'main' into wc_fisher
c4bd35b
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Nov 28, 2025 in 6s

1 issue fixed. 6 issues found.

Annotations

Check notice on line 131 in src/smefit/analyze/fisher.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/smefit/analyze/fisher.py#L131

Unused variable 'op' (unused-variable)

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 84 in src/smefit/analyze/fisher.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/smefit/analyze/fisher.py#L84

Unnecessary use of a comprehension, use list(self.constrained_coeffs_idx) instead. (unnecessary-comprehension)

Check notice on line 580 in src/smefit/analyze/fisher.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/smefit/analyze/fisher.py#L580

Unused argument 'labels' (unused-argument)

Check notice on line 142 in src/smefit/analyze/fisher.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/smefit/analyze/fisher.py#L142

Attribute 'wc_fisher' defined outside __init__ (attribute-defined-outside-init)

Check notice on line 87 in src/smefit/analyze/fisher.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/smefit/analyze/fisher.py#L87

Unnecessary use of a comprehension, use list(self.constrained_coeffs_idx) instead. (unnecessary-comprehension)