Skip to content

Commit

Permalink
Make sure we test grid in no_ticks test
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Mar 31, 2023
1 parent 23b1a27 commit 73f68c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astropy/visualization/wcsaxes/tests/test_images.py
Expand Up @@ -496,6 +496,7 @@ def test_no_ticks(self):
ax.set_xlim(-0.5, 148.5)
ax.set_ylim(-0.5, 148.5)
ax.coords[0].set_ticks(number=0)
ax.coords[0].grid(True)
return fig

@figure_test
Expand Down

0 comments on commit 73f68c9

Please sign in to comment.