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

Remove metadata argument for jpg in make_figs #1386

Merged
merged 5 commits into from
Feb 20, 2024
Merged

Conversation

mnwhite
Copy link
Contributor

@mnwhite mnwhite commented Feb 20, 2024

Metadata argument was not supported for this filetype, was throwing error. CDC wants a minor release for this. I'm going to put in one more annoying behavior fix before I do that.

Not supported for this filetype, was throwing error.
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (85b81ff) 71.59% compared to head (c962d1e) 71.69%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1386      +/-   ##
==========================================
+ Coverage   71.59%   71.69%   +0.09%     
==========================================
  Files          84       84              
  Lines       13933    13939       +6     
==========================================
+ Hits         9975     9993      +18     
+ Misses       3958     3946      -12     

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

I hate lint or black or whatever it is. PRs should not fail due to a missing space after a #.
@mnwhite
Copy link
Contributor Author

mnwhite commented Feb 20, 2024

@alanlujan91 This is a one line bugfix that Chris wanted for #1375 , turning off an illegal argument for jpg in make_figs. He wants a minor release for this (for HAFiscal, I think), so I'm going to do one more little thing (repr behavior for IndShockConsumerType) and then release 0.14.1. Review/merge when you have time.

Copy link
Member

@alanlujan91 alanlujan91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me.

Ideally we should have a quick test that used to fail but now passes, but this is such a minor fix I'll leave that up to your discretion.

@alanlujan91 alanlujan91 linked an issue Feb 20, 2024 that may be closed by this pull request
@mnwhite
Copy link
Contributor Author

mnwhite commented Feb 20, 2024

Let me see if I can add a quick test after I grab lunch.

@mnwhite mnwhite merged commit 6a73c4f into master Feb 20, 2024
21 checks passed
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.

utilities.py: metadata bug in make_figs()
2 participants