-
Notifications
You must be signed in to change notification settings - Fork 438
enhance step_info to MIMO and time series of response data #577
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
Ping @juanodecc |
sorry i dont understand ... i has make a new version of step_info which supports MIMO systems on my branch, but now i dont know what i should do. Git is so complicated for my |
Please just wait. I am working on this PR right now. Also, note that I am dumb. The current version of this PR does not do really do MIMO. I should know better. |
Had to make some adjustments to the automatic calculation of timevectors. Surely one wants to have |
Now also supports a time series of reponse data as parameter, which could come from measurements or another simulation. |
3660e15
to
ab555dd
Compare
ab555dd
to
a878846
Compare
@bnavigator Is this now good to go? @sawyerbfuller Do you want to have a final look before merge? This will go into 0.9.0. |
I'll merge #579 now and then we can rebase this one (and give @sawyerbfuller a chance to have a look at the time response data part). I can also dig into if he is busy. |
Looks good to me |
Enhance the
step_info()
function to return a 2D list of info dicts for MIMO systems.Cleaned up the code a little.
Fixes #574
WIP: needs unit tests for MIMO