Skip to content

Commit

Permalink
FIX: another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Oct 26, 2023
1 parent 0721378 commit 4cc96e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylossless/tests/test_simulated.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4cc96e6

Please sign in to comment.