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

Fix: case where matplotlib.pyplot is already imported #28

Merged
merged 2 commits into from
May 7, 2019
Merged

Fix: case where matplotlib.pyplot is already imported #28

merged 2 commits into from
May 7, 2019

Conversation

Ontahm
Copy link
Contributor

@Ontahm Ontahm commented Feb 26, 2019

Fixed the utils.progress_plot function that would return "Failed to import matplotlib.pyplot, aborting...." whenever matplotlib.pyplot is already imported in the user code.

Fixed the utils.progress_plot function that would return  "Failed to import matplotlib.pyplot, aborting...." whenever matplotlib.pyplot is already imported in the user code.
@codecov
Copy link

codecov bot commented May 7, 2019

Codecov Report

Merging #28 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   92.53%   92.53%           
=======================================
  Files           8        8           
  Lines        1634     1634           
=======================================
  Hits         1512     1512           
  Misses        122      122
Impacted Files Coverage Δ
pySOT/utils.py 92.89% <ø> (ø) ⬆️

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 d3f2d64...25ff651. Read the comment docs.

@dme65 dme65 merged commit 00eabbd into dme65:master May 7, 2019
@Ontahm Ontahm deleted the patch-2 branch May 13, 2019 14:45
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.

2 participants