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 958e7de commit 69d16b9Copy full SHA for 69d16b9
astrowidgets/tests/widget_api_test.py
@@ -25,7 +25,6 @@ def test_width_height(self):
25
self.image.image_height = height
26
assert self.image.image_width == width
27
assert self.image.image_height == height
28
- assert self.image.viewer.get_window_size() == (width, height)
29
30
def test_load_fits(self):
31
hdu = fits.PrimaryHDU(data=self.data)
0 commit comments