SciML / DiffEqBase.jl

The lightweight Base library for shared types and functionality for defining differential equation and scientific machine learning (SciML) problems
Other
311 stars 111 forks source link

Just use kwargs if they are defined for abstract problems. #1052

Closed termi-official closed 4 months ago

termi-official commented 4 months ago

Some internal refactoring lead to an issue that kwargs might be accessed although they are not defined (i.e. has_kwargs = false).