-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add option to tm_t_summary
to include arm_var
labels in table header
#1205
Conversation
Unit Tests Summary 1 files 70 suites 1h 6m 21s ⏱️ Results for commit d85f51a. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceTest suite performance difference
Additional test case details
Results for commit 8c65c23 ♻️ This comment has been updated with latest results. |
Hey @edelarua! The changes work well but I had a quick note - I tried running an example and there seems to be some indenting applied but the variables aren't nested: |
I think we need to add a check step, such that if nest table make sense, check if variables X and Y are not 1 to 1 mapping in the data, |
Hi @ayogasekaram, Technically the column variables are nested which is why I added the indentation, but I'm not sure if it makes sense to include since the nesting is done in the column direction and not the row direction as the indent somewhat implies. Do you think it would make more sense to remove all indentation? |
I think the indenting might be confusing because that is how row space nesting is shown in the table. I think removing all indenting for this header would be clearer but I'm open to both options! Whatever you think is clearer :) |
This could be |
@Melkiades I added the indentation in myself so it's easy to remove. Not related to |
@shajoezhu do we want to impose this with a check? I would assume users would not intentionally choose to put 1:1 variables in the col splits, but there's no detriment (it doesn't affect the functionality) if they do. |
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.
lgtm! thanks @edelarua
Signed-off-by: Emily de la Rua <[email protected]>
hi @edelarua , I think what we have now is good. I think a check would be good to remind users about the levels. i think assertion is too strong, we don't need that, reduce the header level is too aggressive, people may not like that. another possibility that users may raise is that is to add zero entries. let's leave this as it is for now. and wait for some feedback. thanks! |
Pull Request
Fixes #1204
Also deprecates
show_labels
argument totemplate_summary
that's not used in the module.