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

Rename fit$metadata()$model_params to fit$metadata()$variables #545

Merged
merged 2 commits into from Sep 3, 2021

Conversation

rok-cesnovar
Copy link
Member

@rok-cesnovar rok-cesnovar commented Sep 3, 2021

Submission Checklist

  • Run unit tests
  • Declare copyright holder and agree to license (see below)

Summary

Fixes #504

This keeps the old $model_params as well but then remove it for the 1.0 release.

Copyright and Licensing

Please list the copyright holder for the work you are submitting
(this will be you or your assignee, such as a university or company):
Rok Češnovar

By submitting this pull request, the copyright holder is agreeing to
license the submitted work under the following licenses:

@rok-cesnovar
Copy link
Member Author

This is just a rename so if the test pass I will just merge.

@codecov-commenter
Copy link

Codecov Report

Merging #545 (5982d28) into master (ba38490) will decrease coverage by 1.53%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #545      +/-   ##
==========================================
- Coverage   92.81%   91.28%   -1.54%     
==========================================
  Files          12       12              
  Lines        3119     3120       +1     
==========================================
- Hits         2895     2848      -47     
- Misses        224      272      +48     
Impacted Files Coverage Δ
R/csv.R 97.76% <100.00%> (-0.89%) ⬇️
R/fit.R 98.22% <100.00%> (ø)
R/install.R 58.33% <0.00%> (-10.50%) ⬇️
R/utils.R 88.88% <0.00%> (-1.39%) ⬇️
R/model.R 91.00% <0.00%> (-1.05%) ⬇️
R/run.R 95.23% <0.00%> (-0.50%) ⬇️

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 ba38490...5982d28. Read the comment docs.

@rok-cesnovar rok-cesnovar merged commit 6e94ae1 into master Sep 3, 2021
@rok-cesnovar rok-cesnovar deleted the metadata_model_params_rename branch September 3, 2021 08:17
@jgabry
Copy link
Member

jgabry commented Sep 3, 2021

Thanks!

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.

Use model$variables() format also for variables in metadata()
3 participants