-
Hi all,
I want to write formulas for my equation using the library.
In the example it seems that I have to write the MathML by hand !?
See for instance https://libcellml.org/generated/v0.2.0/use…
-
My builds are now showing this error: (seeL https://readthedocs.org/projects/cellml-specification-dev/builds/10828631/)
```
Exception occurred:
File "/home/docs/checkouts/readthedocs.org/user_bui…
-
See test below:
```
TEST(Validator, mathInEncapsulatedComponentSegfault)
{
libcellml::ModelPtr model = std::make_shared();
libcellml::ComponentPtr c1 = std::make_shared();
libcellm…
-
See note [here](https://libcellml-tutorials.readthedocs.io/en/pr344_documentation/theory/theory_ode_solutions.html#defining-the-initial-values). It would be good to be able to initialise variables of…
-
We currently don't validate that the occurrences of real numbers in the CellML2.0 model:
- 11.1.2.2 Variable -> Initial_values
- 9.1.2.2 Unit -> Multiplier
- 9.1.2.3 Unit -> Exponent
-
A use case for this is: annotating variable A with a complex meaning such as volume of blood. We need RICORDO to build this concept. PATO:volumen in_heres FMA:blood. We can use OLS to find the terms a…
-
-
-
Hi Michael,
I'm trying to convert a CellML v1.0 file to a myokit .mmt file.
The CellML file has elements that use the min operator like this:
```
lambda_max
lambda
```
T…
-
I tried the example in the "Switching to the file logger" section. Nothing is saved to the log file.
pyomexmeta: 1.2.12
python: 3.9.5
OS: Ubuntu
_Originally posted by @jonrkarr in https://gith…