Closed StokesMIDE closed 4 months ago
Attention: Patch coverage is 52.63158%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 74.62%. Comparing base (
3749a5f
) to head (86712c2
).
Files | Patch % | Lines |
---|---|---|
idelib/transforms.py | 33.33% | 14 Missing :warning: |
idelib/dataset.py | 76.47% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This restores the ability to disable bivariate polynomials, fixes a couple of bugs (bad
Transform.isValid()
return type in some cases, improved validity check, others), plus a little code cleanup.