Skip to content
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

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

Closed
agarny opened this issue Oct 5, 2023 · 0 comments · Fixed by #1184
Closed

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

agarny opened this issue Oct 5, 2023 · 0 comments · Fixed by #1184
Assignees
Labels

Comments

@agarny
Copy link
Contributor

agarny commented Oct 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant