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

Suppress pandas FutureWarning for applymap() #70

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Apr 26, 2024

Closes #64

As we have seen in #69, that we cannot avoid the future warning of pandas and stay with support for Python 3.8, we suppress the warning for now.

I created #71 to track renaming later.

Copy link

codecov bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.0%. Comparing base (972115f) to head (f4435a5).

Additional details and impacted files
Files Coverage Δ
audplot/core/api.py 100.0% <100.0%> (ø)

@hagenw hagenw merged commit 9c7fa66 into main Apr 26, 2024
16 checks passed
@hagenw hagenw deleted the catch-deprecation-warnings branch April 26, 2024 06:35
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.

Fix deprecation warnings
1 participant