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 0d5f6ce commit 5ad0f0eCopy full SHA for 5ad0f0e
mne/io/eyelink/tests/test_eyelink.py
@@ -269,7 +269,6 @@ def _simulate_eye_tracking_data(in_file, out_file):
269
)
270
271
for timestamp in np.arange(5488500, 5488600): # 100 samples
272
- # Write sample line
273
fp.write(
274
f"{timestamp}\t-2434.0\t-1760.0\t840.0\t100\t20\t45\t45\t127.0\t"
275
"...\t1497\t5189\t512.5\t.............\n"
@@ -283,7 +282,6 @@ def _simulate_eye_tracking_data(in_file, out_file):
283
282
fp.write(f"BUTTON\t{t}\t{btn_id}\t{state}\t100\t20\t45\t45\t127.0\t"
284
"1497.0\t5189.0\t512.5\t.............\n")
285
button_idx += 1
286
-
287
fp.write("END\t7453390\tRIGHT\tSAMPLES\tEVENTS\n")
288
289
0 commit comments