-
Notifications
You must be signed in to change notification settings - Fork 0
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
Trac: Make use of ontology terms matching multiple (or no) variables #198
Comments
Quite some discussion in original ticket |
It can be done to some degree, but what you can't yet do is things like |
Only difficulty in implementing that I think would be for newly created variables. We'd have to check whether they were also part of some transitively specified input, and would need to be able to check if the variable violated any constraints_during_ model modification (e.g. if we create a new variable, set its definition directly, and modify it as part of a vector, we need to be able to detect that and raise an error) |
Can we start by making it work for things in the ontology? The clamping of all extracellular / intracellular concs for instance would be very handy for a lot of protocols. |
I think what we could do is something like:
|
But as a new protocol language feature I think we'll get to this once we have the new back & front ends integrated! |
https://chaste.cs.ox.ac.uk/trac/ticket/2002
The text was updated successfully, but these errors were encountered: