Skip to content

Commit 6c92a81

Browse files
author
Nicolas Legrand
committed
Fix test recording (Brainvision ExG)
1 parent 8a75460 commit 6c92a81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

systole/tests/test_recording.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ def simulateEXG():
8888
'EGG1', 'EGG2', 'EGG3', 'EGG4', 'EGG5', 'EGG6', 'RESP', 'PLETH']
8989
assert all([data[k].shape[0] == 20 for k in list(data.keys())])
9090

91-
recorder.close()
92-
9391
# Ensure server thread ends
9492
server_thread.join()
9593

0 commit comments

Comments
 (0)