Skip to content
Snippets Groups Projects
Commit 5f7e4dc6 authored by Luke Campagnola's avatar Luke Campagnola
Browse files

Removed extra image window from VideoSpeedTest

parent 693df703
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment