<div dir="ltr">Are you running the latest development version of `master`? We have fixed a few EEGLAB io bugs since our last release.<div><br></div><div>Eric</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 19, 2016 at 9:05 PM, Constantino Dragicevic <span dir="ltr">&lt;<a href="mailto:cdragicevic@gmail.com" target="_blank">cdragicevic@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div>       I&#39;m completely new to anaconda3 and MNE, but I have managed to bypass some conflicting codes in function</div><div><br></div><div><b>mne.io.read_raw_eeglab(fileroot, montage=None, eog=(), event_id=None, event_id_func=None, preload=False, verbose=0)</b></div><div><b><br></b></div><div> until reaching a point where I don&#39;t know how to proceed. Final part of output in eeglab.py is</div><div><br></div><div><div>    <b>not_purely_numeric = set(x for x in not_in_event_id if not x.isdigit())</b></div><div><br></div><div><font color="#ff0000"><b>AttributeError: &#39;int&#39; object has no attribute &#39;isdigit&#39;</b></font></div></div><div><br></div><div><br></div><div>It seems that isdigit() is supposed to work on strings only. I had to exclude several lines to get the function to work with no errors, but eventually I will need that to get working.</div><div>In adittion, the first problem I had to face was in channel names. I have som channels that are not EEG but want to analize as EEG. They have non-eeg names and no topographic position in a head model (though I can invent that). Those channels appear as &quot;unknown&quot; in channel labels, but when I open the .mat file with matlab, everything looks fine. </div><div><br></div><div><br></div><div>Maybe I have not given enough info, but I can give it as needed. It is also probable that trying to get the function working without knowing well this new language for me may be slow and susceptible to non-fatal errors, but now that I have just get the function to end without red error messages is a big step. Im using Spyder, but can see any variable after the unction end so Im going to read some Spyder and Python basics. Any help will be appreciated. </div></div>
<br>_______________________________________________<br>
Mne_analysis mailing list<br>
<a href="mailto:Mne_analysis@nmr.mgh.harvard.edu">Mne_analysis@nmr.mgh.harvard.edu</a><br>
<a href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis" rel="noreferrer" target="_blank">https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis</a><br>
<br>
<br>
The information in this e-mail is intended only for the person to whom it is<br>
addressed. If you believe this e-mail was sent to you in error and the e-mail<br>
contains patient information, please contact the Partners Compliance HelpLine at<br>
<a href="http://www.partners.org/complianceline" rel="noreferrer" target="_blank">http://www.partners.org/complianceline</a> . If the e-mail was sent to you in error<br>
but does not contain patient information, please contact the sender and properly<br>
dispose of the e-mail.<br>
<br></blockquote></div><br></div>