Skip to content

CySolver and cyrk_ode optional arguments and extra output must be float64s numbers #31

@jrenaud90

Description

@jrenaud90

For performance and simplicity reasons, it was decided that the optional arguments (args) passed to both the CySolver and cyrk_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 the args 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    CySolverIssues related to the CySolver classcryk_odeIssues related to the cyrk_ode functioncythonIssue related to cython-based codeenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions