Removed extra image window from VideoSpeedTest

This commit is contained in:
Luke Campagnola 2014-03-14 18:49:34 -04:00
parent 693df7030a
commit 5f7e4dc644

View File

@ -98,7 +98,6 @@ def mkData():
else:
data = np.random.normal(size=(frames,width,height), loc=loc, scale=scale)
data = pg.gaussianFilter(data, (0, 6, 6))
pg.image(data)
if dtype[0] != 'float':
data = np.clip(data, 0, mx)
data = data.astype(dt)