Solid-Energy-Systems / NewareNDA

Python module and command line tool for reading and converting Neware nda and ndax battery cycling data files.
BSD 3-Clause "New" or "Revised" License
17 stars 10 forks source link

Bug fix: new unknown key #12

Closed yliu-electra closed 2 years ago

yliu-electra commented 2 years ago

New unknown key in 2022.07.26 data:

01 Test data\Experiment2-10\S220502B046\S220502B046_NW_SES PROPRIETARY & CONFIDENTIAL.ndaTraceback (most recent call last): df = NewareNDA.read(nda) File "NewareNDA.py", line 56, in read output.append(_bytes_to_dict(bytes)) File "NewareNDA.py", line 147, in _bytes_to_dict multiplier = multiplier_dict[Range] KeyError: 60000

d-cogswell commented 2 years ago

Thanks! This should be a quick fix. I will work on it after lunch.

d-cogswell commented 2 years ago

Check out the development branch. f4db708 should fix this.