-
Notifications
You must be signed in to change notification settings - Fork 288
Conversation
@@ -100,11 +102,67 @@ def __iter__(self): | |||
self.result_list.append(i) | |||
yield i | |||
|
|||
for sign, values in self.result_list: |
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.
Could this replace the behavior of get_stats_string() instead? Or maybe be an additional method like get_stats_tables_string()?
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.
I think it can replace get_stats_string()
. I don't think there's any drawback at all to fully replacing the existing string_output
since it is not structured (and therefore depended on by some downstream system)--it's just a string.
I will refactor this, and I'm very open to suggestions/recommendations, but I'm going to try to settle on a good design of the output before optimizing the code.
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.
@dlawin moved the logic into get_stats_string
👍 (still could be optimized from here)
@leoebfolsom this seems like a duplicate of #381. Can we close this? |
@williebsweet yes it's a duplicate, closing, ty |
Restructuring CI output to resemble the Datafold app diff overview.
BEFORE:

AFTER:
