libcellml
libcellml copied to clipboard
Repository for libCellML development.
I get the following warning message:  when analysing the following model: [SN_to_cAMP.zip](https://github.com/cellml/libcellml/files/15098227/SN_to_cAMP.zip) It's saying there is a milliV_per_V_1 unit, which shouldn't be there. I tried to recreate the warning...
Depends on issue #1260. --- In some cases (e.g., from WebAssembly), to generate some code with the view of compiling it on the fly is next to impossible at this...
This PR updates the validation to meet our understanding of the rules and if they should be reported on. As discussed offline we are only focusing on what we refer...
Unless I missed it, we don't have any test with Clang-Tidy enabled. And, as it happens, I wanted to check something and enabled Clang-Tidy (`-DCLANG_TIDY=ON`) in my local build and...
For instance, `std::vector` would be replaced with `AnalyserVariablePtrs` through `using AnalyserVariablePtrs = std::vector;`. This would reduce the unnecessary noise level in our code base.
On my Mac, I have Python 3.12.2 installed with the following packages (in case it matters): `alabaster Babel charset-normalizer idna imagesize iniconfig Jinja2 MarkupSafe packaging pip pluggy Pygments pytest requests...
Since SWIG 4.1 the python bindings have been reporting a memory leak, we should look at refactoring the bindings to resolve this warning.
This is to be done once issue #1218 has been addressed. For that issue, we want to rely on our generator tests (to ensure that we cover the same cases...
To build libCellML's WebAssembly currently requires doing quite a few things "by hand" while it would be much easier if all that someone had to do was to set something...