-
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
Wrap xyz2grd #636
Wrap xyz2grd #636
Conversation
…with each owns decorators
Co-authored-by: Wei Ji <[email protected]>
Co-authored-by: Wei Ji <[email protected]>
removed header from local conflict
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
715136e
to
c6eba8a
Compare
c6eba8a
to
b4742fe
Compare
Sorry for the force-pushes, had to resolve a tricky merge conflict. If you run |
I'm sorry I disappeared, I kind that forgot about this :X .. Do I still need to push the changes, or not anymore? |
I removed some of the optional parameters to simplify this PR. I figure it's easier to get it merged and then add additional parameters in separate pull requests. |
Thanks for working on this! Sorry for the slowness in reviewing your PRs, they have been lower on my to-do list since we are at a feature pause until v0.4.1. I will take a look after the release. |
No worries, I expected a v0.4.1, but looking forward to getting them wrapped up! |
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.
Just some formatting stuff, otherwise good for final review!
Co-authored-by: Wei Ji <[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.
Looks good to me.
*Wrap the GMT module xyz2grd *Add tests for xyz2grd Co-authored-by: Dongdong Tian <[email protected]> Co-authored-by: Wei Ji <[email protected]> Co-authored-by: Will Schlitzer <[email protected]> Co-authored-by: Meghan Jones <[email protected]>
This PR wraps the function,
xyz2grd
and some of its parameters.Closes #635