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

Temperature does not always match BTSDA output #22

Closed d-cogswell closed 1 year ago

d-cogswell commented 1 year ago

The issue is that the aux_df join should occur on the Neware "Index" key rather than dataframe index. See for example S220502B012.

d-cogswell commented 1 year ago

Should be fixed in a06d97e.