cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
16 stars 21 forks source link

Analyser: add support for unknown variables that have been marked as external #1182

Closed agarny closed 11 months ago

agarny commented 12 months ago

Say that you have a model with an unknown variable (e.g., it misses an initial variable for the model to make sense). To analyse such a model will rightly result in an error being generated.

However, the analyser should be fine with the model if we were to flag such a variable as being external while, at the moment, it will still complain about the variable being unknown.