-
Should eventually be the mechanism used for #16 , but more general.
Maybe RDF triples are enough, and they can all go in the variable's `rdf:Description`, e.g.:
```
```
w…
-
The best way to test this would probably be:
1. A series of tests for each component (for example, test the parsing of each mathml element, the generation of each sympy element, etc.)
2. Some elem…
-
CellML: When importing/exporting change CellML attributes into Myokit meta-data and vice-versa.
-
Example:
```
b
2.0
```
Trying to load this model and scan equations etc. it hangs
Note that the component defines a variable `a`, but …
-
The [existing code](https://chaste.cs.ox.ac.uk/trac/browser/git_repo/python/pycml) is unmaintainable, and based on XML libraries ([Amara](http://www.xml.com/pub/a/2005/01/19/amara.html)) that haven't …
-
I see that there was discussion on "allowing" `id` attributes everywhere ... but they're never used? They're not currently checked in the validator, and I'm trying to explain what they are/do in the t…
-
Given a variable, we need a method to set/replace its RHS
From FC, I can read equations (with variables specified as ontology terms) and units (using an FC unit syntax).
In a two-way communicati…
-
Since many get functions parse the graph and its nodes to get information which should be in the underlying internal structure - change the methods to use the internal structure.
See #156
-
I've just updated my local python library to the develop branch, and the functionality which relied on component->parentComponent() and ->parentModel() is now gone (as expected from changes in PR #405…
-