-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Chaste model export #3
Comments
I don't think this is something you should distract yourself with at the moment (although nice to have in the back of your mind when working on cellmlmanip). In fact I thought it would be a nice introductory task to leave for new Nottingham RSE to get up to speed with Chaste and Web Lab tools? |
I've updated the checklist with a suggested order |
So backward Euler is more important than data clamp & modifiers? |
Probably, not sure anyone is using any of them very much, but seems a pity to loose capabilities. The modifiers were supposed to be replaced with functional curation + WL anyway |
Testing for this issue will be trickier than with the Web Lab code-gen, because you can't run simulations without Chaste available. So possibly tests within this repo should just compare the generated code against reference versions created by pycml, at least initially? |
That was my thinking indeed, as otherwise we'd also need both python 2 and 3 as well as the obsolute libs we're trying to get away from. |
first release: |
I reopened this because:
|
To do
std::vector<double>
)N_Vector
). Option-t CVODE
; classCellMLToCvodeTranslator
.-t CVODE
,-j
.cellmlmanip
(done in pycml with-J
using Maple) using sympy-l
andoptimize.py
.-t Chaste
,-j
,--backward-euler
.--rush-larsen
.-y
.--use-data-clamp
)--use-modifiers
)The text was updated successfully, but these errors were encountered: