-
Notifications
You must be signed in to change notification settings - Fork 230
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
Arkane pdep py3 fixes #1808
Arkane pdep py3 fixes #1808
Conversation
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.
Thanks! I added some comments.
Codecov Report
@@ Coverage Diff @@
## master #1808 +/- ##
=======================================
Coverage 43.02% 43.02%
=======================================
Files 80 80
Lines 21099 21099
Branches 5516 5516
=======================================
Hits 9077 9077
+ Misses 11004 10990 -14
- Partials 1018 1032 +14
Continue to review full report at Codecov.
|
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.
Thanks!!
In older versions of matplotlib, figures had a method close. They do not anymore, so this has been updated to allow the figures to close (and memory released)
bd54244
to
e6d246a
Compare
Motivation or Problem
I ran a pdep job on Python 3 and encountered some small issues. This commit fixed these bugs.
Description of Changes
Figure.close no longer works, so this commit changes how to close the figure. It also renames a variable for consistency.
Testing
Ran an RMG pdep job and got the expected result.
Reviewer Tips
Make sure the code looks adequate