-
Hi all.
`openmeeg_python` test is failed on s390x machine with following error:
```
test 352
Start 352: openmeeg_python
352: Test command: /usr/bin/python3 "/builddir/build/BUILD/open…
-
**READ THIS FIRST:** If you are having trouble getting MNE-Python to work with
your own data, you should ask for help on the
[MNE Forum](https://mne.discourse.group).
Our GitHub issue tracker is …
-
while executing line 83 - 84: raws = [read_raw_fif(fname, verbose='error') for fname in fnames] this error pops up:
```
Traceback (most recent call last):
File "C:\Users\Carina\Documents\expecon…
-
#### Describe the bug
I'm trying to load some data from a .set file into python and I keep getting an error saying 'index out of range'. This problem exists for both read_raw_eeglab and read_epochs…
-
As part of #61
Overall, the paper gives a concise and clear description of what microstates are and what microstate analysis entails. However, it is not as clear what microstate analysis is useful…
-
Also, just noticed what seems to be a bug (?) when I try to pick the CSD channels:
```python
import mne
from mne.datasets import sample
raw = mne.io.read_raw_fif(sample.data_path() / 'MEG' / '…
-
#### Describe the new feature or enhancement
*Please provide a clear and concise description of what you want to add or
change.*
`mne.io.raw.set_montage` includes a parameter `match_alias`, which…
-
I'm planning to do a python implementation of IClabel , mainly for use in MNE-python. I couldn't see any file referencing the license information. I was wondering if there was a problem with me doing …
-
#### Describe the bug
I am trying to append annotations to the events.tsv file. I found that the easiest way to do so is to simply do: i) read_raw_bids, ii) append annotations to the read in raw obje…
-
raw = mne.io.read_raw_edf(bdf_path, preload=True,stim_channel='auto')
Extracting edf Parameters from V://EEG_Iowa//EEG_SPIN_Vocode//EEG_S01.bdf...
BDF file detected
Setting channel info structure..…