<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Thanks for your response, That does not resolve our typeerror. <br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 4/2/18 3:20 AM, Alexandre Gramfort
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CADeotZoAG+T4wRVWkR6D1e5icZyu0YK9m-dqxvgzmMmm_NQrLw@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_extra">you are doing:</div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">data_EEG.apply_hilbert(n_jobs=1,
          envelope=False)<br>
        </div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">which operates in place and so next
          time you want to filter</div>
        <div class="gmail_extra">you have complex valued data.</div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">you need to do</div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">raw_hilbert
          = data_EEG.copy().apply_hilbert(n_jobs=1, envelope=False)</div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">please close if you confirm.</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Mne_analysis mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Mne_analysis@nmr.mgh.harvard.edu">Mne_analysis@nmr.mgh.harvard.edu</a>
<a class="moz-txt-link-freetext" href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis">https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis</a>


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
<a class="moz-txt-link-freetext" href="http://www.partners.org/complianceline">http://www.partners.org/complianceline</a> . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
</pre>
    </blockquote>
    <br>
  </body>
</html>