echemdata / galvani

Read proprietary file formats from electrochemical test stations
GNU General Public License v3.0
47 stars 30 forks source link

Not implemented error (Column ID 185) #115

Closed fg-personal closed 4 months ago

fg-personal commented 4 months ago

I am getting the following error when I try to open a CV file

File "D:\myscript.py", line 174, in <module>
    mpr = BL.MPRfile(input_mpr_file_with_relativepath)
  File "...\my_venv\lib\site-packages\galvani\BioLogic.py", line 604, in __init__
    self.dtype, self.flags_dict = VMPdata_dtype_from_colIDs(column_types)
  File "...\my_venv\lib\site-packages\galvani\BioLogic.py", line 477, in VMPdata_dtype_from_colIDs
    raise NotImplementedError(
NotImplementedError: Column ID 185 after column I Range is unknown

what's the problem? How can I solve it? The file was created in EC-Lab V11.52 and I am using galvani 0.4.1

fg-personal commented 4 months ago

Closed after realizing the same problem appears here https://github.com/echemdata/galvani/issues/112