-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Performance improvement
Within Myokit and Pints some methods perform, for our means, irrelevant checks and data type conversions, because we only allow interaction via GUI and thus have full control over data types.
We might be able to improve performance by copying the relevant functionality and leave out checks.
Progress:
- Implementation complete.
- Fully tested.
Reactions are currently unavailable