-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Refactor g_forest
#1158
Refactor g_forest
#1158
Conversation
Code Coverage Summary
Diff against main
Results for commit: 469d2b7 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Test Performance Difference
Additional test case details
Results for commit 8aa4253 ♻️ This comment has been updated with latest results. |
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.
looks really good! Thanks @edelarua
hi @edelarua , can you introduce this changes in tern.gee and tern.mmrm as well please. thanks! |
Hi @shajoezhu, |
Hi @edelarua , it was requested before, but held it because i was wanted to change the gforest implmentation, and you did it! :) we can create another issue, and follow up on this again, basically would be the same as from tern.mmrm |
Downstream, we will need to update scda.test and tlg.c as well. Thanks! |
Closes #86 Merge after insightsengineering/tern#1158 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Closes #182 Merge after insightsengineering/tern#1158 This should standardize the generation of graph snapshots across different systems and hopefully fix the failing integration tests for graph snapshot differences. Note: kmg01 snapshots will be fixed after `g_km` is refactored. --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Closes #715 Merge after chevron release and insightsengineering/tern#1158 --------- Signed-off-by: Emily de la Rua <[email protected]> Co-authored-by: benoit <[email protected]> Co-authored-by: Liming <[email protected]>
Pull Request
Part of #1109
g_forest
creates aggplot
object instead of agrob
object.