Skip to content

Commit 87ec2e1

Browse files
committed
Fix variable name for contrast dialog in test_contrast3
1 parent 56d5006 commit 87ec2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotpy/tests/features/test_contrast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_contrast3():
8383
data = gen_image4(512, 512)
8484
data = np.fft.fftshift(np.fft.fft2(data)).real
8585
item = make.image(data, colormap="viridis", eliminate_outliers=2.0)
86-
win = __create_dialog_with_contrast(item)
86+
_win = __create_dialog_with_contrast(item)
8787

8888

8989
if __name__ == "__main__":

0 commit comments

Comments
 (0)