-
Notifications
You must be signed in to change notification settings - Fork 129
Improve Op string representation and debug_print formatting #319
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
2441661
to
3ddc622
Compare
Apparently someone decided to test rewrites were working from the dprint -.- ... |
947a10b
to
538b507
Compare
Tests are passing, so ready for review |
Does it need to stay |
|
0b610ea
to
e3e0424
Compare
* Use better ASCII symbols * Show continuation hint for already seen nodes * Don't repeat entries for multiple output inner graphs
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #319 +/- ##
==========================================
+ Coverage 80.33% 80.38% +0.05%
==========================================
Files 156 156
Lines 45403 45412 +9
Branches 11108 11110 +2
==========================================
+ Hits 36475 36506 +31
+ Misses 6712 6699 -13
+ Partials 2216 2207 -9
|
Ready for review again |
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.
Much nicer than before!
Please if you can: try with some examples of your own and give feedback Specially if you have suggestions for Ops that have awful names that could be rendered better. I only tackled some I could think from memory.
Closes #313
Closes #196
Example from the issue:
Before:
After:
Before with
print_type=True
After with
print_type=True
A more crazy one:
Before:
After:
Something with inner graphs
Before:
After: