-
Notifications
You must be signed in to change notification settings - Fork 13
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
incompatible with eclab 11.60 #175
Comments
Hi @lg391, are you able to share any specific errors, or even better, a small data file that breaks it? (you should be able to simply drag it into the comment box here) |
hi @ml-evs, yes the error is: |
Thanks, happy to help debug if you can share a file, and thanks for the report |
Hi @lg391, any chance you could share an mpr file (and ideally also a mpt file generated from it) which causes such crashes? |
Hello, I happen to have a very similar issue and a file that fails. (I'm just not certain of the EC-Lab version since this file was send to me by a colleague). This is supposed to be a file from an EIS I wasn't sure from the documentation if this project explicitly supports this yet. From what I've been able to figure out it fails both in (all of this in the file minimal code : import yadg
data = yadg.extractors.extract(filetype="eclab.mpr", path="LFP-237-form_C01.mpr")
print(data) |
Yes, this file looks strange. It seems to be a GCPL file, not EIS. When I open it with EC-Lab v11.52, I cannot export it to If you could confirm with your colleague this file was generated with EC-Lab 11.60 or newer, and ideally also supply a I have a very hacked-together version of yadg that can parse the above file, but I'm not quite sure it's right... If you're feeling very brave, try building |
I've found the settings file which indicates these files where generated with EC-Lab v11.46 so that file might not be entirely relevant to this issue how do you want to proceed @PeterKraus ? On my side I've managed (on a windows machine) to export the files to |
So the first file was in fact not and EIS experiment but a "Galvanostatic Cycling with Potential Limitation" as written in the |
OK, this is an EC-Lab 11.46 file which has a format we previously didn't know about. I'll rename the PR and merge in due course. It's unrelated to EC-Lab 11.60. As an aside, this |
@lg391 Could you please share a |
I had to upgrade eclab to 11.60 and now am getting errors which seem similar to when 11.50 was first released. anything I can do to fix this? thanks
The text was updated successfully, but these errors were encountered: