FinbarArgus
FinbarArgus
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...
Include Aliases to improve the readability of generated C code. Currently generated code looks like: ``` rate[1] = f(variable[1], variable[2]) rate[2] = g(variable[1], variable[2]) ``` It would be nice to...
Sometimes a system of equations will have algebraic loops that causes them to be seen as DAE's by the compiler. The process of doing the algebraic manipulation, to turn the...
When using Python3.12, which is now used with OpenCOR, we can't install libcellml. This problem arose from this issue https://github.com/opencor/opencor/issues/2800 for more information. From the /OpenCOR-2024-08-23-linux/ directory ``` ./pip install...
When running libcellml checking of this model [SN_to_cAMP_02_03_25.zip](https://github.com/user-attachments/files/19041793/SN_to_cAMP_02_03_25.zip) with these commands https://github.com/FinbarArgus/circulatory_autogen/blob/812a09f7c0f04b2ee0e175d14dda067cf90bf9db/src/generators/CVSCellMLGenerator.py#L83C9-L107: I get the following warning: ``` Checking Status of Model The method "parse_model" found 1 issues: - Given...
If we could have a tutorial which shows us how to modify a profile to change the way code is generated, it would be very beneficial. I think a tutorial...