-
Notifications
You must be signed in to change notification settings - Fork 171
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
JP-1887: ramp_fit PEP8 cleanup #5803
JP-1887: ramp_fit PEP8 cleanup #5803
Conversation
…g multiling funciton calls to make them more readable, etc.
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!
Codecov Report
@@ Coverage Diff @@
## master #5803 +/- ##
==========================================
+ Coverage 76.63% 76.77% +0.14%
==========================================
Files 406 406
Lines 36243 36688 +445
==========================================
+ Hits 27774 28169 +395
- Misses 8469 8519 +50
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
Made style changes to
ramp_fit.py
based on addingE2
to theflake8
configuration, as well as usingautopep8
andpylint
.Addresses #5701 / JP-1887