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

pandas groupby depreciation fix #200

Merged
merged 1 commit into from
Apr 3, 2024
Merged

pandas groupby depreciation fix #200

merged 1 commit into from
Apr 3, 2024

Conversation

balabanmetin
Copy link
Member

This is a fix for the FutureWarning on the pandas groupby call on line 78

"FutureWarning: FutureWarning: In a future version of pandas, a length 1 tuple will be returned when iterating over a groupby with a grouper equal to a list of length 1. Don't supply a list with a single grouper to avoid this warning."

@codecov-commenter
Copy link

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (944893c) 51.32% compared to head (c2e6eac) 51.32%.

Files Patch % Lines
src/hatchet/utils/plot_cn_1d2d.py 0.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #200   +/-   ##
=======================================
  Coverage   51.32%   51.32%           
=======================================
  Files          34       34           
  Lines        6969     6969           
=======================================
  Hits         3577     3577           
  Misses       3392     3392           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@mmyers1 mmyers1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty straightforward

@mmyers1 mmyers1 merged commit 369979c into master Apr 3, 2024
3 of 4 checks passed
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.

3 participants