-
Notifications
You must be signed in to change notification settings - Fork 470
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
Fix validity check for IJK+ coordinates #271
Conversation
Thank you for catching this! Would you mind adding a test case to demonstrate this is fixed? |
I added additional test cases when j and k components of IJK coordinates are out of range. With previous version new tests are not failing though they must. Hopefully I added it to right place. |
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.
I applied this branch locally and confirmed that line 293 does get covered now.
…(the PR instead of issue)
Fix validity check for IJK+ coordinates
…(the PR instead of issue)
No description provided.