JuliaStats / MixedModels.jl

A Julia package for fitting (statistical) mixed-effects models
http://juliastats.org/MixedModels.jl/stable
MIT License
402 stars 47 forks source link

Fix `simulate!` when only the estimable coefficients are provided #756

Closed palday closed 3 months ago

palday commented 4 months ago

closes #741

Did behavior change? Did you add need features? If so, please update NEWS.md

Should we release your changes right away? If so, bump the version:

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.87%. Comparing base (e7cd789) to head (869e0de).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #756 +/- ## ========================================== + Coverage 96.45% 96.87% +0.42% ========================================== Files 34 34 Lines 3354 3358 +4 ========================================== + Hits 3235 3253 +18 + Misses 119 105 -14 ``` | [Flag](https://app.codecov.io/gh/JuliaStats/MixedModels.jl/pull/756/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) | Coverage Δ | | |---|---|---| | [current](https://app.codecov.io/gh/JuliaStats/MixedModels.jl/pull/756/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) | `96.81% <100.00%> (+0.42%)` | :arrow_up: | | [minimum](https://app.codecov.io/gh/JuliaStats/MixedModels.jl/pull/756/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) | `96.77% <100.00%> (+0.42%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#carryforward-flags-in-the-pull-request-comment) to find out more.

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