-
Notifications
You must be signed in to change notification settings - Fork 279
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
Documentation for walk_volume #2449
Documentation for walk_volume #2449
Conversation
Contains necessary TODOs.
Documentation for walk_volume.
Hi! Welcome, and thanks for opening this pull request. We have some guidelines for new pull requests, and soon you'll hear back about the results of our tests and continuous integration checks. Thank you for your contribution! |
I don't have a string opinion about this but I think it would be slightly more idiomatic to include add this documentation as a docstring on ping @matthewturk who originally wrote this code and would hopefully be able to check the content of the new docstring. |
Content looks good, and I'm not sure a docstring makes much of a difference since it's on a |
Getting the following error from AppVeyor, though my code only has documentation:
|
Those are unrelated to your PR! They should be fixed in #2448. |
Ok, that PR has been merged now. Would you mind merging master into your development branch just so we can check that everything passes? Thanks so much for your work in this PR! |
I think we can just merge this? I don't really think we need to rerun the tests since we know that the failure is unrelated to this PR. Is that OK @munkm? |
yep! Sounds good to me. |
Hooray! Congratulations on your first merged pull request! We hope we keep seeing you around! 🎆 |
Documentation for yt's grid traversal function walk_volume.
PR Summary
This ensures future maintainers and users are provided a basic understanding of walk_volume. Since it is such a large function, future steps may incorporate breaking the function up into two pieces, initialization and traversal.
PR Checklist