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

Check if all states are covered #359

Merged
merged 13 commits into from
Feb 20, 2024
Merged

Check if all states are covered #359

merged 13 commits into from
Feb 20, 2024

Conversation

JoostBuitink
Copy link
Contributor

@JoostBuitink JoostBuitink commented Feb 13, 2024

Issue addressed

Fixes #293

Explanation

Explain how you addressed the bug/feature request, what choices you made and why.

Checklist

  • Updated tests or added new tests
  • Branch is up to date with master
  • Tests & pre-commit hooks pass
  • Updated documentation if needed
  • Updated changelog.md if needed

Additional Notes (optional)

Add any additional notes or information that may be helpful.

@JoostBuitink JoostBuitink marked this pull request as ready for review February 14, 2024 13:45
Copy link
Member

@verseve verseve left a 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 😃.

src/states.jl Outdated Show resolved Hide resolved
src/states.jl Outdated Show resolved Hide resolved
src/states.jl Outdated Show resolved Hide resolved
src/states.jl Outdated Show resolved Hide resolved
src/states.jl Outdated Show resolved Hide resolved
docs/src/changelog.md Outdated Show resolved Hide resolved
Co-Authored-By: Willem van Verseveld <[email protected]>
@JoostBuitink
Copy link
Contributor Author

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 ;)

Copy link
Member

@verseve verseve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@JoostBuitink JoostBuitink merged commit 9037c05 into master Feb 20, 2024
12 checks passed
@JoostBuitink JoostBuitink deleted the state_checking branch February 20, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check if all states are provided when using reinit=false
2 participants