generated from finsberg/lib-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Add a new command that can take as input an .ode file, an print details about the ODE in the terminal.
For example, you should be able to run
python3 -m gotranx inspect file.ode
Which should give some basic information about the ODE
You could also add a command like
python3 -m gotranx inspect file.ode --list-states
which will list all the states with default values. You can use rich to get a nice output.
I have started a PR here: #24
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed