-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Conversation
Not supported for this filetype, was throwing error.
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
I hate lint or black or whatever it is. PRs should not fail due to a missing space after a #.
@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. |
There was a problem hiding this 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.
Let me see if I can add a quick test after I grab lunch. |
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.