-
Notifications
You must be signed in to change notification settings - Fork 224
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
Add tests for grdfilter #809
Add tests for grdfilter #809
Conversation
@willschlitzer Just a quick comment. When opening a PR, please use the PR template, so we can have the PR checklist. |
@seisman Sorry about that. |
Co-authored-by: Dongdong Tian <[email protected]>
Fix comment
It would be better if you can add two more checks:
|
@seisman Added the two additional tests. |
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
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.
This PR looks good to me.
I'll keep this PR unmerged for two more days so that @GenericMappingTools/python @GenericMappingTools/python-maintainers can give it a final review.
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 great!
Co-authored-by: Dongdong Tian <[email protected]>
This pull request adds tests for the
grdfilter
function ingrdops.py
.Reminders
make format
andmake check
to make sure the code follows the style guide.Notes
/format
in the first line of a comment to lint the code automatically