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

Receiving NotImplementedError: column type 471 not implemented #49

Open
Gcarassai opened this issue Sep 14, 2020 · 4 comments
Open

Receiving NotImplementedError: column type 471 not implemented #49

Gcarassai opened this issue Sep 14, 2020 · 4 comments

Comments

@Gcarassai
Copy link

Hi! I'm trying to open .mpr files using the following code

from galvani import BioLogic as BL
import pandas as pd

mpr = BL.MPRfile(path)
df = pd.DataFrame(mpr.data)
df.head()

however, I always get the error

NotImplementedError: column type 471 not implemented

Am I doing something wrong?

@chatcannon
Copy link
Collaborator

Hopefully this was fixed by #50 . Could you try again with the latest master?

@chatcannon
Copy link
Collaborator

Alternatively, could you send me an example data file which triggers this error?

@chatcannon
Copy link
Collaborator

@Gcarassai The new release (0.2.0) available from PyPI ought to fix this problem. Could you test it out and see if the problem is still there?

@ilka-schulz
Copy link

@chatcannon Maybe this issue can be closed?

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

3 participants