-
Notifications
You must be signed in to change notification settings - Fork 49
replace fitlog with a column table, always populate it #850
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
Conversation
….jl into pa/fitlog-forever
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #850 +/- ##
==========================================
+ Coverage 95.49% 95.51% +0.01%
==========================================
Files 38 38
Lines 3708 3720 +12
==========================================
+ Hits 3541 3553 +12
Misses 167 167
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@palday I had an alternative approach using a "matrix table" for the result, as defined in |
@dmbates please go ahead! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I said in the review of #853 I think my plan of creating a MatrixTable
for the fitlog
led to too many changes so I think that this PR and #853 should both be merged. Afterwards I will add an extractor function to create a table with scalar columns from the current tabular form, in case that is desired.
@dmbates don't forget that we have a MixedModels.jl/src/optsummary.jl Lines 108 to 134 in bf4b8eb
|
closes #618