Closed wheeheee closed 1 year ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/feacalc.jl | 23 | 32 | 71.88% | ||
src/mfccs.jl | 29 | 57 | 50.88% | ||
src/rasta.jl | 37 | 105 | 35.24% | ||
<!-- | Total: | 96 | 201 | 47.76% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/feacalc.jl | 1 | 45.61% | ||
src/mfccs.jl | 1 | 58.62% | ||
src/rasta.jl | 1 | 49.1% | ||
<!-- | Total: | 3 | --> |
Totals | |
---|---|
Change from base Build 6610274851: | 10.7% |
Covered Lines: | 270 |
Relevant Lines: | 496 |
Thanks, I went through the diffs (in reverse order), and it looks like a pretty thorough re-write!
Actually I was a little confused by the code in deltas
so do you mind confirming that it keeps only rows 2hlen+1
onwards?
Since you've padded hlen
rows in front and behind, I thought the middle would be kept after filt
, but I don't really get what filt does.