Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
chinandrew committed Oct 19, 2020
1 parent a449b94 commit f457097
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file added Python-packages/covidcast-py/bubble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def test_plot(mock_metadata):
# test bubble
msa_bubble_fig = plotting.plot(test_msa, plot_type="bubble")
from matplotlib import pyplot as plt
plt.savefig("bubble")
assert np.allclose(_convert_to_array(msa_bubble_fig), expected["msa_bubble"], atol=2, rtol=0)


Expand Down

0 comments on commit f457097

Please sign in to comment.