-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
I needed to merge the examples PR in to development so that other PRs could be worked on, but there are still some outstanding things needed:
- Suggestions for how to structure a model to avoid the "touching not crossing" misuse case. See here.
- Explanation for conditional statements in resets, and suggestions for how to avoid them. See here.
- Description/introduction needed for the example use case of a stimulus current with offset. See here.
- Clarity needed around indirect change of state variables with resets. The example given has some issues ... a) conflicting initial conditions for A and B? b) is the model over-defined or not ... or only not over-defined if B=A is an assignment (not a statement of equality)? And if that's true, why isn't this interpretation (assignment vs equality) applied anywhere else? See here.
- The libcellml docs will have some stuff that might be useful here ... not sure where it should live ...