We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changing existing functionality
Add return type annotations for readability, for example BMI.get_var_grid(model::Model, name::String)::Int, see also #306 (comment).
BMI.get_var_grid(model::Model, name::String)::Int
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature type
Changing existing functionality
Improvement Description
Add return type annotations for readability, for example
BMI.get_var_grid(model::Model, name::String)::Int
, see also #306 (comment).Implementation Description
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: