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 56d5006 commit 87ec2e1Copy full SHA for 87ec2e1
plotpy/tests/features/test_contrast.py
@@ -83,7 +83,7 @@ def test_contrast3():
83
data = gen_image4(512, 512)
84
data = np.fft.fftshift(np.fft.fft2(data)).real
85
item = make.image(data, colormap="viridis", eliminate_outliers=2.0)
86
- win = __create_dialog_with_contrast(item)
+ _win = __create_dialog_with_contrast(item)
87
88
89
if __name__ == "__main__":
0 commit comments