-
Notifications
You must be signed in to change notification settings - Fork 22
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
Check if all states are covered #359
Conversation
removed statevars() functions; added all state-related function to states.jl
also fix sbm+1d floodplain test to ensure required states are provided
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks overall good to me. Some code suggestions, mainly related to argument types, dispatch and couple of typos. Nice addition of extra tests for this functionality!
Another general suggestion is to reformat the code after the review if multiple files without code changes (for the PR) are affected. This makes it easier to check what has been changed as part of the PR 😃.
Co-Authored-By: Willem van Verseveld <[email protected]>
Thanks for the review, and good suggestions! I have included them all in the latest version. And sorry for creating a messy PR with the formatting changes, I will pay attention to that next time ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Issue addressed
Fixes #293
Explanation
Explain how you addressed the bug/feature request, what choices you made and why.
Checklist
master
Additional Notes (optional)
Add any additional notes or information that may be helpful.