mne-tools / mne-python

MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
https://mne.tools
BSD 3-Clause "New" or "Revised" License
2.66k stars 1.31k forks source link

BUG: bst_* datasets broken (and thus CircleCI) #2981

Closed larsoner closed 8 years ago

larsoner commented 8 years ago

CircleCI is failing because the copy.com downloads are failing. We need to:

  1. Update our URLs to use https://mne-tools.s3.amazonaws.com (you can see the paths in there) instead of copy.com.
  2. I think I also changed the archives to be gz instead of bz2 files (much faster decompression with only a little bit bigger files), but just changing the filename should make this work as type is autodetected.
  3. For at least bst_auditory I made it use CTF data instead of the FIFF-converted versions, but hopefully this will only require minimal changes in the example scripts to get working.

@jaeilepp do you have time to try it? If not, I'll have time later in the week.

jaeilepp commented 8 years ago

Yeah I can try.

larsoner commented 8 years ago

By the way in circle I think the only bst dataset you need to run examples might be raw, not auditory or the other one. Worth checking while you're in there.