MideTechnology / idelib

Python API for accessing .IDE data recordings made by enDAQ devices.
MIT License
5 stars 0 forks source link

Feature/es 688 disable bivariates #153

Closed StokesMIDE closed 4 months ago

StokesMIDE commented 5 months ago

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.

codecov-commenter commented 5 months ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #153 +/- ## =========================================== + Coverage 74.49% 74.62% +0.13% =========================================== Files 11 11 Lines 3787 3791 +4 =========================================== + Hits 2821 2829 +8 + Misses 966 962 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.