-
-
Notifications
You must be signed in to change notification settings - Fork 10
feat: prettyprint parameters #114
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
|
I think Term isn't that lightweight, but PrettyTables would be a more lightweight alternative. |
|
@AayushSabharwal I think this is ready |
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.
Please add show_params to the docs in api.md, in the same place ParameterIndexingProxy is. Would also be nice if the complete_sii.md example had a code block that did sol.ps to show off the output. The PR also needs a format.
|
is this good to merge? |
|
bump |
|
My bad 😅 |
Use Term tables to pretty-print parameters. Using Term seems like a reasonably lightweight solution but if there are other better options here let me know. May need to figure out how to truncate the table size for larger systems. Fixes SciML/ModelingToolkit.jl#2651
