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

Replace y[pos] by y.iloc[pos] for Series #393

Merged
merged 2 commits into from
Oct 9, 2023
Merged

Replace y[pos] by y.iloc[pos] for Series #393

merged 2 commits into from
Oct 9, 2023

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Oct 9, 2023

Change deprecated Series assignments (which will raise a warning with pandas 2.1.0).

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #393 (f75466c) into main (b1f7bd2) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is 100.0%.

Files Coverage Δ
audformat/core/utils.py 100.0% <100.0%> (ø)

@hagenw hagenw merged commit b63267f into main Oct 9, 2023
10 checks passed
@hagenw hagenw deleted the fix-series branch October 9, 2023 13:42
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.

1 participant