Skip to content

Commit 8696119

Browse files
bmatthieu3bsipocz
authored andcommitted
comment mpl calls in remote tests
1 parent 4f58dae commit 8696119

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

astroquery/hips2fits/tests/test_hips2fits_remote.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ def test_query_jpg_no_wcs(self):
7676
cmap=Colormap('viridis'),
7777
)
7878

79-
import matplotlib.cm as cm
80-
import matplotlib.pyplot as plt
79+
# import matplotlib.cm as cm
80+
# import matplotlib.pyplot as plt
8181

82-
im = plt.imshow(result)
83-
plt.show(im)
82+
# im = plt.imshow(result)
83+
# plt.show(im)
8484

8585
# We must get a numpy array with 3 dimensions, and the last one should be of size 3 (RGB)
8686
assert isinstance(result, np.ndarray) and result.shape[2] == 3

0 commit comments

Comments
 (0)