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

hotfix box plotting to support latest pandas set_categories #891

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gidden
Copy link
Member

@gidden gidden commented Nov 29, 2024

With latest pandas, plot.box() now borks if you use the by kwarg (see here)

Simple fix in this PR

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.0%. Comparing base (ddbb88e) to head (af2022b).
Report is 36 commits behind head on main.

Files with missing lines Patch % Lines
pyam/plotting.py 50.0% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##            main    #891    +/-   ##
======================================
  Coverage   95.0%   95.0%            
======================================
  Files         64      64            
  Lines       6134    6242   +108     
======================================
+ Hits        5828    5936   +108     
  Misses       306     306            

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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