We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: KeyError: key CellMLToolkit.Var(:ImportedEformation, :t) not found
julia> sim = CellMLSimulation(joinpath(@__DIR__, "../corrias.cellml"), tspan) ERROR: KeyError: key CellMLToolkit.Var(:ImportedEformation, :t) not found Stacktrace: [1] getindex @ .\dict.jl:482 [inlined] [2] find_equivalence_groups(xml::EzXML.Document) @ CellMLToolkit ~\.julia\packages\CellMLToolkit\4j9fg\src\components.jl:93 [3] classify_variables(xml::EzXML.Document) @ CellMLToolkit ~\.julia\packages\CellMLToolkit\4j9fg\src\components.jl:111 [4] process_components(xml::EzXML.Document; simplify::Bool) @ CellMLToolkit ~\.julia\packages\CellMLToolkit\4j9fg\src\components.jl:181
pointing to s = groups[u1] ∪ groups[u2]
s = groups[u1] ∪ groups[u2]
The text was updated successfully, but these errors were encountered:
I believe Corrias https://models.cellml.org/exposure/55a01dce162ed6845cd0df2c8d8b3735/corrias_buist_2007.cellml/cmeta worked before
Sorry, something went wrong.
Oh I am starting to see
I will push the new version today. The problem is that the current version does not import correctly.
How do I filter out the models from the test set that will not run by themselves?
No branches or pull requests
pointing to
s = groups[u1] ∪ groups[u2]
The text was updated successfully, but these errors were encountered: