-
Now that we support Python, we need to upgrade our developer documentation, in case someone wants to build our `Python`, `PythonPackages` and `PythonQt` packages.
-
It seems to me the current weblab / fc code makes users change the cellml code, so all "manip" in this sense would happen before parsing, is that right @jonc125 ?
So the "manip" bit would be things…
-
Right so I've been working with `model.get_symbol_by_cmeta_id` to get hold of various things in the model, Now however I have come across a model that doesn't have the `cmeta_id` I need. However it do…
-
This is what pycml expects. Should check cellml repo models before making a change
-
I'm getting the state variables in the order and hence my regression test fails.
The order matters somewhat as all existing chaste tests working relies on this order not changing.
I am expecting…
-
See discussion in #487 and #509.
Here's a test to show behaviour I'd expect from the generator in situations where an interface file is needed. Since we'll only generate code for a validated model…
-
Some things to do to make it easier to switch between the two:
- [ ] Import and export CellML in Myokit, without destroying annotations
- [ ] Use oxmeta annotations for Myokit binds/labels?
- [ ]…
-
Issues that arise resulting from addressing https://github.com/ModellingWebLab/weblab-fc/issues/22
[ ] A model that uses seconds does not have milliseconds in the registry and so unit conversion f…
-
1. I am struggling to see why we need to expose the `Entity::setParent()`. Are there use cases where a libCellML user would actually want to set the parent of an entity?
2. I find `Entity::getParent(…
-
Remaining items from this section of #21
* [x] Iterate over all equations
* [x] Topological sort of equations
* [x] ~Renaming variables if needed?~
* [ ] ~Mark a variable as~
* [ ] ~Modifi…