You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Since commit 2c05b9b, there is an error when loading Schirrmeister2017 :
RuntimeError: By default, MNE does not load data into main memory to conserve resources. inst.filter requires raw data to be loaded. Use preload=True (or string) in the constructor or raw.load_data().
But it should be fixed by adding the argument preload=True to the line:
Hi,
Since commit 2c05b9b, there is an error when loading
Schirrmeister2017
:But it should be fixed by adding the argument
preload=True
to the line:moabb/moabb/datasets/schirrmeister2017.py
Line 85 in d4305c4
The text was updated successfully, but these errors were encountered: