Skip to content

Commit 255f6ac

Browse files
alphaCassimatthewtownson
authored andcommitted
Update test_zernike.py
1 parent 81c8225 commit 255f6ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_zernike.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from aotools import functions
22
import numpy
3-
import matplotlib.pyplot as plt
43

54

65
def test_zernIndex():
@@ -39,8 +38,6 @@ def test_zernike():
3938
def test_zernikeArray_single():
4039
zernike_array = functions.zernikeArray(10, 32)
4140
assert(zernike_array.shape == (10, 32, 32))
42-
plt.imshow(zernike_array[0])
43-
plt.show()
4441

4542

4643
def test_zernikeArray_list():

0 commit comments

Comments
 (0)