-
Notifications
You must be signed in to change notification settings - Fork 122
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
Command output repr #1054
Command output repr #1054
Conversation
I also took the liberty to make some minor changes to the readme |
This leads to a better printout when running commands from python
Codecov Report
@@ Coverage Diff @@
## main #1054 +/- ##
==========================================
+ Coverage 71.64% 71.67% +0.03%
==========================================
Files 43 43
Lines 6112 6115 +3
==========================================
+ Hits 4379 4383 +4
+ Misses 1733 1732 -1 |
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 like it the idea. It is convenient.
I have moved the class to the command
module (I feel it fit better there), and added unit tests for coverage.
Other than those minors changes, this is good to go.
I was using pymapdl and was annoyed at the printout from commands. I would see things like this:
with this change, the printout now looks like this: