[WIP] RGE Fisher for Wilson Coefficients #112
1 issue fixed. 6 issues found.
Annotations
Check notice on line 131 in src/smefit/analyze/fisher.py
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
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
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
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
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
codefactor-io / CodeFactor
src/smefit/analyze/fisher.py#L87
Unnecessary use of a comprehension, use list(self.constrained_coeffs_idx) instead. (unnecessary-comprehension)