Skip to content

Commit a0758ec

Browse files
committed
removed astronaut image layer from features scatter
1 parent ede3bbd commit a0758ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/napari_matplotlib/tests/test_scatter.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ def test_scatter_2D(make_napari_viewer, astronaut_data):
2929

3030

3131
@pytest.mark.mpl_image_compare
32-
def test_features_scatter_widget_2D(make_napari_viewer, astronaut_data):
32+
def test_features_scatter_widget_2D(make_napari_viewer):
3333
viewer = make_napari_viewer()
3434
widget = FeaturesScatterWidget(viewer)
3535

36-
viewer.add_image(astronaut_data[0], **astronaut_data[1], name="astronaut")
37-
3836
# make the points data
3937
n_points = 100
4038
np.random.seed(10)

0 commit comments

Comments
 (0)