Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpolate_missing type error #50

Open
nfoti opened this issue Mar 15, 2017 · 2 comments
Open

Interpolate_missing type error #50

nfoti opened this issue Mar 15, 2017 · 2 comments

Comments

@nfoti
Copy link
Contributor

nfoti commented Mar 15, 2017

I am trying to use hcp.preprocessing.interpolate_missing on some epochs data that I have loaded from file. The resulting object is of type EpochsFIF which is not in the allowable types for interpolate_missing (see here).

I was not able to fine a way to convert an EpochsFIF object to an Epochs object in mne so I'm wondering if the code at the link above is supposed to include EpochsFIF somehow (maybe via EpochsBase)?

@nfoti nfoti changed the title Interpoloate_missing type error Interpolate_missing type error Mar 15, 2017
@jasmainak
Copy link
Member

yeah I think that should be changed to mne.BaseEpochs since the BaseEpochs class is now public

@nfoti
Copy link
Contributor Author

nfoti commented Mar 15, 2017

Thanks. I just submitted a PR with this fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants