We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f58dae commit 8696119Copy full SHA for 8696119
astroquery/hips2fits/tests/test_hips2fits_remote.py
@@ -76,11 +76,11 @@ def test_query_jpg_no_wcs(self):
76
cmap=Colormap('viridis'),
77
)
78
79
- import matplotlib.cm as cm
80
- import matplotlib.pyplot as plt
+ # import matplotlib.cm as cm
+ # import matplotlib.pyplot as plt
81
82
- im = plt.imshow(result)
83
- plt.show(im)
+ # im = plt.imshow(result)
+ # plt.show(im)
84
85
# We must get a numpy array with 3 dimensions, and the last one should be of size 3 (RGB)
86
assert isinstance(result, np.ndarray) and result.shape[2] == 3
0 commit comments