From 4cc96e63bb1a79706cb582249b1e6718d786efe8 Mon Sep 17 00:00:00 2001 From: Scott Huberty Date: Thu, 26 Oct 2023 16:22:41 -0400 Subject: [PATCH] FIX: another typo --- pylossless/tests/test_simulated.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylossless/tests/test_simulated.py b/pylossless/tests/test_simulated.py index 44d552a..efa54f5 100644 --- a/pylossless/tests/test_simulated.py +++ b/pylossless/tests/test_simulated.py @@ -69,7 +69,7 @@ def data_fun(times): add_eog(raw_sim, random_state=rng) raw_sim.pick("eeg") -# Save Info and Montage for later re-use +# Save Info and Montage for later reuse montage = raw_sim.get_montage() info = mne.create_info( ch_names=raw_sim.ch_names,