-
They don't return text but update element trees, and the methods have a different signature.
If they stop being expression writers we can also remove all the set_lhs_functions etc. and make them co…
-
@nickerso reported this issue: if you open [this model](https://github.com/opencor/opencor/files/3899365/bob.txt) and switch to the `Simulation Experiment` view, you will get something like:
In…
-
I created a cellml file that states a (ms) = 1 (ms) + 1 (second). The transpiler merely adds these producing 2 (dimensionless) and so when calculating units further on code cannot catch the error.
…
-
Generating code for a model that uses 'Abs' tells me that it is not supported.
src/weblab-cg/weblab_cg/_printer.py:203: in _print_Function
raise ValueError('Unsupported function: ' + str(name))
…
-
As per discussion in cellml/libcellml#327, it has recently been pointed out the the spelling of the `deka` prefix in the specification is the "American" spelling of this, whereas `deca` is the interna…
-
- [ ] So that the pint registry is the same, but the names are completely separated
- [ ] When parsing a model it should be possible to pass in an existing unit store
-
Note from Jonathan:
> This would be a separate module, probably just validating against a (RELAX NG) schema. There's one in the old pycml.
-
Language: https://carp.medunigraz.at/carputils/tutorials/tutorials/tutorials.01_EP_single_cell.05_EasyML.run.html
Example: https://carp.medunigraz.at/carputils/tutorials/tutorials/tutorials.01_EP_s…
-
For the purists, a PDF version of the normative spec only (ie: without the notes from the informative sections) needs to be available.
-
I don't believe the current L1V4 branch of libSEDML can be used to access derivatives? However, from what we discussed at Harmony 2019:
L1V4 will allow access to additional symbols in simulations. …