Closed twmacro closed 5 years ago
Ouch, that's stupid of me. I should have tested better. Sorry about that. I'll fix it whenever I have some time in a few days. Thanks @twmacro !
In the meantime you can directly get the impulse response with harold.impulse_response_plot(ssd)
to get the plot directly. But same bug also affects that too :(
@ilayn: Fabulous! :-) And thanks for the tip about harold.impulse_response_plot
... I'm just learning about your excellent package and hadn't noticed that yet.
@twmacro the pleasure is mine. Please feel free to fire about my brain freezes or if you are missing a feature. It is really valuable for me to have feedback.
@ilayn, Awesome! :-)
Hi! This is a simple little bug. If you call simulate_impulse_response with an argument for the time vector, the internal variable "ts" never gets created. Then, this line fails:
For fun, here is a complete example that mimics my real problem: