SciML / DataDrivenDiffEq.jl

Data driven modeling and automated discovery of dynamical systems for the SciML Scientific Machine Learning organization
https://docs.sciml.ai/DataDrivenDiffEq/stable/
MIT License
406 stars 57 forks source link

Solve bug in solution.jl #521

Open girochat opened 2 weeks ago

girochat commented 2 weeks ago

Proposed solution for bug in solution.jl (Fixes #514). The solution handles the case where the basis of the problem is empty which would throw the DimensionMismatch error.