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
15 stars 8 forks source link

Explict handling by nda/ndc file version #70

Closed d-cogswell closed 3 months ago

d-cogswell commented 3 months ago

Each file version gets its own function, and if a new file version is identified, do not try to read it. Instead raise an error so that it can be manually tested.

d-cogswell commented 3 months ago

This PR also conflicts with #71, so let's merge #71 first.