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
I was trying to run the benchmark with pytest -m benchmark mne_qt_browser, but the required file test_raw.fif is not available. It seems like mne/io/tests/data/ is not included in the regular wheels, but I tried pip install -U git+https://github.com/mne-tools/mne-python.git and pip install -U https://github.com/mne-tools/mne-python/archive/main.zip, which also did not install this file.
Is there a way to run the benchmarks without having to clone the mne repo (I don't want to have another repo in my mne-qt-browser repo)?
The text was updated successfully, but these errors were encountered:
I was trying to run the benchmark with
pytest -m benchmark mne_qt_browser
, but the required filetest_raw.fif
is not available. It seems likemne/io/tests/data/
is not included in the regular wheels, but I triedpip install -U git+https://github.com/mne-tools/mne-python.git
andpip install -U https://github.com/mne-tools/mne-python/archive/main.zip
, which also did not install this file.Is there a way to run the benchmarks without having to clone the
mne
repo (I don't want to have another repo in mymne-qt-browser
repo)?The text was updated successfully, but these errors were encountered: