We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b026ec commit bc496fcCopy full SHA for bc496fc
src/napari_matplotlib/tests/test_slice.py
@@ -31,7 +31,7 @@ def test_slice_2D(make_napari_viewer, astronaut_data):
31
# Take first RGB channel
32
data = astronaut_data[0][:, :, 0]
33
assert data.ndim == 2, data.shape
34
- viewer.add_image(data, **astronaut_data[1])
+ viewer.add_image(data)
35
36
fig = SliceWidget(viewer).figure
37
# Need to return a copy, as original figure is too eagerley garbage
0 commit comments