-
Notifications
You must be signed in to change notification settings - Fork 68
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
[easy] update requirements #1683
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1683 +/- ##
=======================================
Coverage 90.13% 90.13%
=======================================
Files 233 233
Lines 8870 8870
=======================================
Hits 7995 7995
Misses 875 875
Continue to review full report at Codecov.
|
45cf775
to
bd12941
Compare
@@ -212,7 +212,7 @@ def _calculate_mean_pixel_traces( | |||
|
|||
# the 0th pixel trace corresponds to background. If present, drop it. | |||
try: | |||
mean_pixel_traces = mean_pixel_traces.drop(0, dim=Features.AXIS) | |||
mean_pixel_traces = mean_pixel_traces.drop_sel({Features.AXIS: 0}) |
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.
@ambrosejcarr it looks like drop
is being deprecated. I changed this to drop_sel
, but there is no test coverage for this code. can you visually check this to see if it seems sane?
39022b2
to
9bcb292
Compare
9bcb292
to
201dc4c
Compare
Yep, looks good. Thanks for the tag.
…On Wed, Dec 4, 2019, 6:12 PM Tony Tung ***@***.***> wrote:
Merged #1683 <#1683> into master.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1683?email_source=notifications&email_token=ABH7C4BYU2OC7U3OFOIUCKTQXA2PTA5CNFSM4JUAEP6KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVI4VHHI#event-2855883677>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABH7C4F5MUGE3MHKHXU24ITQXA2PTANCNFSM4JUAEP6A>
.
|
No description provided.