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

Fixed bug in sarracen.disc.azimuthal_average #97

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Conversation

vasu-prasad
Copy link
Contributor

Fixed a bug where sarracen.disc.azimuthal_average took the sum of the target in a radial bin rather than its average.

@ttricco
Copy link
Owner

ttricco commented Oct 30, 2024

Thanks for adding this PR! You'll notice a red x on your PR that the Lint action has failed.

We've recently linted the code base to adhere to Python style guides, many of which are onerous, but we follow them to hopefully curb future problems and maintain readability.

For this PR, the lint error is as follows:

/github/workspace/sarracen/disc/surface_density.py:21:80: E501 line too long (85 > 79 characters)

Can you add a new commit to this PR that edits the docstring so that each line is less than 80 characters? That will fix this lint error.

@vasu-prasad vasu-prasad marked this pull request as ready for review October 31, 2024 10:48
@ttricco ttricco merged commit 704ceff into ttricco:main Oct 31, 2024
1 check passed
@ttricco
Copy link
Owner

ttricco commented Oct 31, 2024

Vasu, thank you for helping to improve Sarracen!

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.

2 participants