Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new argument model_matrix_attr #255

Merged
merged 3 commits into from
Jul 1, 2024
Merged

new argument model_matrix_attr #255

merged 3 commits into from
Jul 1, 2024

Conversation

larmarange
Copy link
Owner

in tidy_and_attach() and tidy_plus_plus() to attach model frame and model matrix to the model as attributes for saving some execution time

fix #254

in `tidy_and_attach()` and `tidy_plus_plus()`
  to attach model frame and model matrix to the model as attributes for saving
  some execution time

fix #254
@larmarange larmarange mentioned this pull request Jul 1, 2024
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.10%. Comparing base (eb98796) to head (ca28f72).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #255      +/-   ##
==========================================
+ Coverage   95.01%   95.10%   +0.08%     
==========================================
  Files          43       43              
  Lines        2707     2715       +8     
==========================================
+ Hits         2572     2582      +10     
+ Misses        135      133       -2     
Files Coverage Δ
R/model_get_model_frame.R 100.00% <100.00%> (ø)
R/model_get_model_matrix.R 92.50% <100.00%> (+3.02%) ⬆️
R/tidy_and_attach.R 92.98% <100.00%> (+0.38%) ⬆️
R/tidy_plus_plus.R 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

@larmarange larmarange merged commit b8bd70b into main Jul 1, 2024
9 of 12 checks passed
@larmarange larmarange deleted the execution_time branch July 1, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Execution time
1 participant