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 pandas warning #323

Merged
merged 5 commits into from
Dec 15, 2022
Merged

Fix pandas warning #323

merged 5 commits into from
Dec 15, 2022

Conversation

raphaelvallat
Copy link
Owner

This PR fixes an annoying pandas 1.5+ warning, reported in #322 and #311.

I have also added Python 3.10 to unit tests

@raphaelvallat raphaelvallat added the feature request 🚧 New feature or request label Dec 14, 2022
@raphaelvallat raphaelvallat self-assigned this Dec 14, 2022
@codecov
Copy link

codecov bot commented Dec 14, 2022

Codecov Report

Base: 98.59% // Head: 98.59% // No change to project coverage 👍

Coverage data is based on head (16b3432) compared to base (7e93cf9).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #323   +/-   ##
=======================================
  Coverage   98.59%   98.59%           
=======================================
  Files          19       19           
  Lines        3343     3343           
  Branches      540      540           
=======================================
  Hits         3296     3296           
  Misses         25       25           
  Partials       22       22           
Impacted Files Coverage Δ
pingouin/plotting.py 95.72% <ø> (ø)
pingouin/distribution.py 99.41% <100.00%> (ø)
pingouin/parametric.py 99.56% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 🚧 New feature or request
Projects
None yet
1 participant