Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

BUG: Fix DataFrame.loc indexing failing when passed a 2-tuple #272

Merged
merged 1 commit into from
Mar 11, 2022
Merged

Conversation

BvB93
Copy link
Member

@BvB93 BvB93 commented Mar 11, 2022

Workaround for a pandas bug.

cc @RobertaPascazio

…passing a 2-tuple

Workaround for a pandas bug
@BvB93 BvB93 added the bug Something isn't working label Mar 11, 2022
@BvB93 BvB93 added this to the 0.10.2 milestone Mar 11, 2022
@BvB93 BvB93 self-assigned this Mar 11, 2022
@codecov
Copy link

codecov bot commented Mar 11, 2022

Codecov Report

Merging #272 (a7328a5) into master (ca3cd39) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #272   +/-   ##
=======================================
  Coverage   75.25%   75.25%           
=======================================
  Files          66       66           
  Lines        7092     7092           
  Branches     1358     1358           
=======================================
  Hits         5337     5337           
  Misses       1414     1414           
  Partials      341      341           
Impacted Files Coverage Δ
FOX/armc/param_mapping.py 83.16% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca3cd39...a7328a5. Read the comment docs.

@BvB93 BvB93 changed the title BUG: Fixed an issue wherein DataFrame.loc indexing could fail when passing a 2-tuple BUG: Fix DataFrame.loc indexing failing when passed a 2-tuple Mar 11, 2022
@BvB93 BvB93 merged commit f7b2ed0 into master Mar 11, 2022
@BvB93 BvB93 deleted the bug branch March 11, 2022 14:26
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant