-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Pretty printing list of parameters. #2481
Comments
Instead of just parameters, we should make a whole unknowns, variables, etc. system on this. Needs a better naming scheme than I think as an inter-exchange giving a NamedTuple dump might be good? That would allow for making data frames from it. |
Yeah exactly, vector of We could use |
Might be good to do early since this is not hard to do and would be a good debugging tool for v9 updates. |
I have this gist that creates a table like below, something from there could perhaps be used as a starting point
|
That looks like a good start to me. |
I have an implementation in #2489 |
In MTK, I would like to obtain a printable list of parameters along with all their "descriptions": default value, description field, and any other metdata field. Just parameters(prob/sys) does not do this, it only prints the parameters in latex notation but without any metadata. Is it straightforward to get the nice string with metadata that is printed when the whole system itself is printed?
The text was updated successfully, but these errors were encountered: