Skip to content

Commit

Permalink
Update lib/matplotlib/tests/test_figure.py
Browse files Browse the repository at this point in the history
draw_no_output doesn't exist yet ;-)
  • Loading branch information
jklymak committed Aug 10, 2021
1 parent 5bf04bd commit 00acdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/tests/test_figure.py
Expand Up @@ -1043,7 +1043,7 @@ def test_subfigure_ticks():
fig.draw_no_output()
ticks120 = ax2.get_xticks()
fig.set_dpi(300)
fig.draw_no_output()
fig.canvas.draw()
ticks300 = ax2.get_xticks()
np.testing.assert_allclose(ticks120, ticks300)

Expand Down

0 comments on commit 00acdbb

Please sign in to comment.