CySolver and cyrk_ode optional arguments and extra output must be float64s numbers #31
Labels
cryk_ode
Issues related to the cyrk_ode function
CySolver
Issues related to the CySolver class
cython
Issue related to cython-based code
enhancement
New feature or request
For performance and simplicity reasons, it was decided that the optional arguments (
args
) passed to both theCySolver
andcyrk_ode
solvers must be given as floating point numbers (no complex values, strings, booleans, etc). It would be nice to offer the ability to pass other types of values via theargs
parameter.For the same reasons, the optional capture of additional outputs for both solvers is also limited to certain types (floats for CySolver; floats or complex for cyrk_ode).
The text was updated successfully, but these errors were encountered: