-
For replacing the Python OpenCOR API with LibOpenCOR, we need to be able to run the following commands:
```python
self.simulation = oc.open_simulation(cellml_path)
self.simulation.valid():
self.…
-
This is part of the work needed to be done for the pretty CellML view (issue #17).
-
I'm wondering if there is a way to split up the constants and variables so that there are, say for constants, two arrays passed into the computation RHS routines?
The use case is for solving a mul…
-
**Which problem would you like to address? Please describe.**
The CellML team is about to implement support for parameter estimation in OpenCor, and originally investigated PETab as the format to use…
-
Neither of these are detected:
```
```
^ this is acceptable-ish, but not valid CellML
```
…
-
**Background**
* [SBML](https://synonym.caltech.edu) and [CellML](https://www.cellml.org) are now widely adopted for defining and sharing models of subcellular biological processes.
* @MauriceHendri…
-
**Background:** we have a [(simulation) dataset](https://app.pennsieve.io/N:organization:618e8dd9-f8d2-4dc4-9abb-c6aaab2e78a0/datasets/N:dataset:ab9a8fb2-b2a2-478c-aa90-f035b46d0eb9/overview) that con…
-
If we could have a tutorial which shows us how to modify a profile to change the way code is generated, it would be very beneficial. I think a tutorial for generating Python code that includes user-de…
-
In project ```4a6``` the sedml file loads the model on line 22 as follows
```xml
```
However, the source should point to the ```model.cellml``` file instead.
```xml
…
-
This issue will track our progress in testing CellMLToolkit.jl on the [CellML Model Repository](https://models.physiomeproject.org/).
I have a branch that I've added some functions to query the Mod…