Closed ryanhammonds closed 3 years ago
Merging #90 (5ff856e) into main (fe7de44) will decrease coverage by
0.41%
. The diff coverage is92.30%
.
@@ Coverage Diff @@
## main #90 +/- ##
==========================================
- Coverage 95.80% 95.39% -0.42%
==========================================
Files 22 22
Lines 739 760 +21
==========================================
+ Hits 708 725 +17
- Misses 31 35 +4
Impacted Files | Coverage Δ | |
---|---|---|
bycycle/plts/cyclepoints.py | 97.77% <75.00%> (-2.23%) |
:arrow_down: |
bycycle/plts/burst.py | 91.30% <80.00%> (-4.35%) |
:arrow_down: |
bycycle/burst/utils.py | 100.00% <100.00%> (ø) |
|
bycycle/features/burst.py | 97.59% <100.00%> (+0.33%) |
:arrow_up: |
bycycle/utils/dataframes.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update fe7de44...5ff856e. Read the comment docs.
This is a really good change! Nice example in the first comment too.
Thanks for the review! I pushed related updates. The last thing to do is sort out type checking.
This is an improvement to #73 and
recompute_edges
. Period/amplitude consistency features may now be computed in one direction for non-bursting cycles that are immediately adjacent to bursts. Before the solution was to drop thresholds for edge cycles which works but was lazier.