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

fix ligrec from pandas update #609

Merged
merged 6 commits into from Oct 10, 2022
Merged

fix ligrec from pandas update #609

merged 6 commits into from Oct 10, 2022

Conversation

giovp
Copy link
Member

@giovp giovp commented Oct 8, 2022

IMPORTANT: Please search among the Pull requests before creating one.

Description

@michalk8 tests fail with pandas=1.5.0 in master (but don't with pandas 1.4.0). I tried to fix it with a hack and now some tests pass but I'd like you to take a look since I'm not sure it covers behaviour.

It might (but not sure) be related to this recent bugfix pandas-dev/pandas#45715

@michalk8
Copy link
Collaborator

@michalk8 tests fail with pandas=1.5.0 in master (but don't with pandas 1.4.0). I tried to fix it with a hack and now some tests pass but I'd like you to take a look since I'm not sure it covers behaviour.

Thanks, will check!

@michalk8 michalk8 added the ignore-towncrier Ignore automatic news generation label Oct 10, 2022
@michalk8
Copy link
Collaborator

Currently the tests fail because of matplotlib/matplotlib#24127

@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2022

Codecov Report

Merging #609 (61f831a) into main (9a0a0ef) will increase coverage by 0.21%.
The diff coverage is 50.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #609      +/-   ##
==========================================
+ Coverage   72.33%   72.54%   +0.21%     
==========================================
  Files          37       36       -1     
  Lines        5177     5060     -117     
  Branches      982      921      -61     
==========================================
- Hits         3745     3671      -74     
+ Misses       1181     1146      -35     
+ Partials      251      243       -8     
Impacted Files Coverage Δ
squidpy/pl/_ligrec.py 89.89% <50.00%> (-0.83%) ⬇️
squidpy/_utils.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-towncrier Ignore automatic news generation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants