Closed steven-murray closed 9 months ago
Looks like we're failing all our tests, @steven-murray mostly related to np.random issues?
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
90eb2c0
) 97.07% compared to head (d2e4daa
) 97.10%.
Files | Patch % | Lines |
---|---|---|
hera_qm/metrics_io.py | 90.62% | 3 Missing :warning: |
hera_qm/vis_metrics.py | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Here I used
adopt-ruff
(https://github.com/ScDor/adopt-ruff) to find all the linting fixes that:ruff
I have not run
ruff
format (so no "black" style formatting) and I also ignored line-too-long errors. No functionality should be changed.I am ignoring one file (
test_xrfi_performance
) which has A LOT of violations, including many "variable name not defined" which makes me think it's completely out of date and should be deleted.There's one error that I didn't fix because I wasn't sure how to fix it (but it's definitely an error) -- an undefined variable name
i
.