-
Notifications
You must be signed in to change notification settings - Fork 339
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
Apply automated suggestions from Sourcery to plasmapy.dispersion
#1562
Conversation
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.
There's just the bad white space in those if clauses, otherwise it looks good.
Co-authored-by: Erik Everson <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1562 +/- ##
==========================================
- Coverage 97.19% 97.19% -0.01%
==========================================
Files 82 82
Lines 7746 7745 -1
==========================================
- Hits 7529 7528 -1
Misses 217 217
Continue to review full report at Codecov.
|
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.
LGTM!
This PR implements a few suggested refactorings from Sourcery to
plasmapy.dispersion
. The suggestions are all relatively minor.