Skip to content

Commit 014e34f

Browse files
committed
Remove old smoke test comments
1 parent 9598eeb commit 014e34f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/napari_matplotlib/tests/test_histogram.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
@pytest.mark.mpl_image_compare
99
def test_histogram_2D(make_napari_viewer, astronaut_data):
10-
# Smoke test adding a histogram widget
1110
viewer = make_napari_viewer()
1211
viewer.add_image(astronaut_data[0], **astronaut_data[1])
1312
fig = HistogramWidget(viewer).figure
@@ -18,7 +17,6 @@ def test_histogram_2D(make_napari_viewer, astronaut_data):
1817

1918
@pytest.mark.mpl_image_compare
2019
def test_histogram_3D(make_napari_viewer, brain_data):
21-
# Smoke test adding a histogram widget
2220
viewer = make_napari_viewer()
2321
viewer.add_image(brain_data[0], **brain_data[1])
2422
fig = HistogramWidget(viewer).figure

0 commit comments

Comments
 (0)