Open greimel opened 2 years ago
I've gotten rid of the excess allocations.
Merging #205 (672dd78) into master (2662649) will decrease coverage by
0.63%
. The diff coverage is89.36%
.
@@ Coverage Diff @@
## master #205 +/- ##
==========================================
- Coverage 96.08% 95.45% -0.64%
==========================================
Files 8 8
Lines 588 638 +50
==========================================
+ Hits 565 609 +44
- Misses 23 29 +6
Impacted Files | Coverage Δ | |
---|---|---|
src/FixedEffectModels.jl | 100.00% <ø> (ø) |
|
src/FixedEffectModel.jl | 92.99% <76.19%> (-0.56%) |
:arrow_down: |
src/partial_out.jl | 91.66% <84.00%> (-3.86%) |
:arrow_down: |
src/fit.jl | 96.31% <97.91%> (+0.06%) |
:arrow_up: |
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 4887c70...672dd78. Read the comment docs.
Can this be closed as missing
is now supported?
My initial PR #109 was merged and then reverted
by @eloualiche. I benchmarked this PR vs master (using the middle regression model in
benchmarks/benchmarks.jl
Is this difference significant enough to prevent this feature?