-
See test below:
```
TEST(Validator, mathInEncapsulatedComponentSegfault)
{
libcellml::ModelPtr model = std::make_shared();
libcellml::ComponentPtr c1 = std::make_shared();
libcellm…
-
-
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…
-
For web lab to gain adoption, we need it to be extremely usable. Part of this means providing really helpful error messages if users upload invalid CellML files. The current messages could do with a l…
-
The memory leak is due to this issue: https://github.com/opencor/opencor/issues/2801
I will update to include the fix from the above issue ASAP.
-
Just wondering about annotating variables in CellML 2.
If I say "p is equivalent to q, r, s, and t", then what does it mean when I annotate p? Am I annotating a CellML variable (some pathway into t…
-
Hi, when there is an error in my model the "Model Validation" is not accurate all the time and just shows an error message which looks like below.
![cellml_validation](https://user-images.githubuserc…
-
**Summary**
Merge `chaste-codegen-sbml` into one package with [chaste-codegen](https://github.com/ModellingWebLab/chaste-codegen).
Advantages include:
* Simpler to install during configuration st…
-
-