docs(eeg): note MNE-pin coupling for fixture determinism
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
tests/fixtures/build_eeg_fixture.py
CHANGED
|
@@ -8,6 +8,10 @@ Sampling rate: 256 Hz. Duration: 10 s.
|
|
| 8 |
Synthetic content: a 10 Hz alpha sine on each EEG channel, plus a 1.5 Hz EOG
|
| 9 |
"blink" injected on EOG061 and bleed-through on the frontal-most EEG channel
|
| 10 |
(Cz) so ICA has something to detect.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
"""
|
| 12 |
from __future__ import annotations
|
| 13 |
|
|
|
|
| 8 |
Synthetic content: a 10 Hz alpha sine on each EEG channel, plus a 1.5 Hz EOG
|
| 9 |
"blink" injected on EOG061 and bleed-through on the frontal-most EEG channel
|
| 10 |
(Cz) so ICA has something to detect.
|
| 11 |
+
|
| 12 |
+
NOTE: byte-determinism of the .fif output is coupled to ``mne==1.7.1`` (pinned
|
| 13 |
+
in requirements.txt). If that pin is upgraded, re-run this script and commit
|
| 14 |
+
the rebuilt artifact alongside the dependency bump.
|
| 15 |
"""
|
| 16 |
from __future__ import annotations
|
| 17 |
|