-
Here are the errors that we experienced by error type:
### Invalid SedML
- [/e/80](https://models.physiomeproject.org/e/80)
- [/e/817](https://models.physiomeproject.org/e/817)
- [/e/5c3](https…
-
Would be nice if we saw any CellML errors before experiments were run
-
Right now, we assume that a CellML equation always looks something like:
```
a = c+d-b
```
while CellML allows to have something like:
```
a+b = c+d
```
or even something like:
```
…
-
Right now, a runtime issue generated by the analyser doesn't come with a URL that points to a page where the user can find a detailed description of the problem (as we do with CellML validation issues…
-
```julia
julia> sim = CellMLSimulation(joinpath(@__DIR__, "../corrias.cellml"), tspan)
ERROR: KeyError: key CellMLToolkit.Var(:ImportedEformation, :t) not found
Stacktrace:
[1] getindex
@ .\d…
-
Related to #459 ... I can now generate (wahoo!) garbage code (bummer!) ... see:
The CellML (which passes validator and generator checks):
```
a
…
-
**Note:** this issue was imported, but it was originally created by [mirams](https://github.com/mirams)...
It would be nice to be able to
- (a) Assemble a list of required metadata for a particular …
-
Hi,
I am trying to calculate the local sensitivities for a large circulation model [([Shi 2006](https://models.physiomeproject.org/exposure/c49d416ae3a5132882e6ea7479ba50f5/ModelMain.cellml/viewl))…
H-Sax updated
2 years ago
-
I suspect due to the plugin nature of OpenCOR and the use of CellML as the in-memory data structures, there seems to be more and more reliance on the serialisation of CellML models to files on disk to…
-