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 32e06b9 commit a03c0d6Copy full SHA for a03c0d6
src/astro_image_display_api/widget_api_test.py
@@ -20,7 +20,7 @@ class ImageWidgetAPITest:
20
@pytest.fixture
21
def data(self):
22
rng = np.random.default_rng(1234)
23
- return rng.random((100, 100))
+ return rng.random((100, 150))
24
25
26
def wcs(self):
0 commit comments