Skip to content

feat: fix_singularities from cellmlmanip #264

@ccam80

Description

@ccam80

the functionality to "fix" singularities with a piecewise funciton is incorporated in cellmlmanip. It needs to know the name of the voltage variable to complete it. Add an option to load_cellml_model:

fix_singularities: bool = False
voltage_variable: Optional[str]

if fix_singularities is True, ensure voltage_variable is provided, then provide it to fix_singularities immediately after running cellmlmanip's load model function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions