ComputationalScienceLaboratory / ODE-Test-Problems

A MATLAB suite of initial value problems
https://computationalsciencelaboratory.github.io/ODE-Test-Problems/
MIT License
9 stars 2 forks source link

Serveral problems' parameters don't inherit from otp.parameters, causing the constructor to fail #125

Closed alexander-novo closed 5 months ago

alexander-novo commented 5 months ago

Using the latest release (0.2.0) as a toolbox install. I tried using some of the nbody presets, but NBodyParameters doesn't inherit from otp.parameters, which causes the eventual call to obj@otp.Problem(...) to fail parameter validation. I also found this problem for linear - there are probably others that have the similar problem.

I confirmed some problems have their parameters correctly inherited, such as lorenz63.