SciML / CellMLToolkit.jl

CellMLToolkit.jl is a Julia library that connects CellML models to the Scientific Julia ecosystem.
https://docs.sciml.ai/CellMLToolkit/stable/
Other
62 stars 15 forks source link

Fix entity list type #104

Open termi-official opened 1 year ago

termi-official commented 1 year ago

Addresses #93 , which is basically caused by list_params and list_states returning a vector with entries of type any instead of a concrete type.