-
Notifications
You must be signed in to change notification settings - Fork 40
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
linslope #307
linslope #307
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Hello @raybellwaves! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-05-08 23:44:06 UTC |
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.
implementation looks good to me
Thanks i'll checkout polyfit. Could you give me a drop in of it for the following:
Am aware of @bradyrx's implementation of this which grabs all output. Similar to My motivation here is the example above (taken from raybellwaves/xskillscore-tutorial#3). I have a |
What do you mean by drop in on it? Feedback? |
How to use polyfit as a replacement for linregress (linslope) on xarray
objects. I see there isn’t an example in the docstring
…On Fri, May 7, 2021 at 6:31 PM Aaron Spring ***@***.***> wrote:
What do you mean by drop in on it? Feedback?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#307 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEC6DZGLOLJ3ZGSZOHZS5ATTMRS4RANCNFSM44LBZ7AA>
.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
But I think less functionality than linregress, so go on with this PR |
failures addressed in #309 |
Codecov Report
@@ Coverage Diff @@
## main #307 +/- ##
==========================================
+ Coverage 94.50% 94.57% +0.07%
==========================================
Files 23 23
Lines 2566 2601 +35
==========================================
+ Hits 2425 2460 +35
Misses 141 141
Continue to review full report at Codecov.
|
@aaronspring anything else before I merge? Planning on a release after this. |
I am fine |
Co-authored-by: Aaron Spring <[email protected]>
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Closes #284 (
linslope
)Type of change
Please delete options that are not relevant.
asv
to detect performance changes)How Has This Been Tested?
Please describe the tests that you ran to verify your changes. This could point to a cell in the updated notebooks. Or a snippet of code with accompanying figures here.
Checklist (while developing)
pytest
, if necessary.Pre-Merge Checklist (final steps)
References
Please add any references to manuscripts, textbooks, etc.