Closed jasmainak closed 5 years ago
@choldgraf do you have any suggestion what data we should use for the testing here?
Whenever the iEEG spec gets merged there should be some sample datasets released as well, we could just use those (they're lightweight because they don't have the actual data). Or we could just define our own dataset
we do need actual data because mne-bids
needs header information to write the json
files. But on further thought, for the tests, we could probably make do with doing raw.set_channel_types
and changing it to ecog
. @monkeyman192 or @sappelhoff does any of you have time to take a stab at this?
iEEG is already implemented. So, it would be good to add just the tests (and any small related fixes). I would ideally not want to have it conflict too much with #99 and #106 . Thanks a lot for taking a shot at it !
I agree we'll need a PR which does a full-pass down the line, but I would say it's not a blocker for our release at the moment. If we have the tests, I'm happy for now :)
Currently the iEEG conversion is not at all tested.
cc @choldgraf