EthanJamesLew / AutoKoopman

AutoKoopman - automated Koopman operator methods for data-driven dynamical systems analysis and control.
GNU General Public License v3.0
53 stars 10 forks source link

Default value for t_eval for solve_ivp #17

Open KochdumperNiklas opened 2 years ago

KochdumperNiklas commented 2 years ago

I think it would be nice that if t_eval is not explicitly specified by the user, it is automatically computed by the time-step size of the model and the size of the input vector. Currently an error message is outputted if t_eval is not provided, which is a little bit annoying in my opinion.