Skip to content

Commit

Permalink
Tests for eclab pass
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Jun 30, 2024
1 parent 869060a commit f7c84b5
Show file tree
Hide file tree
Showing 13 changed files with 944 additions and 591 deletions.
2 changes: 2 additions & 0 deletions docs/source/version.5_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ New features since ``yadg-5.0`` are:

- Support for the ``CVA`` (Cyclic Voltammetry Advanced) technique in the :mod:`yadg.extractors.eclab` extractors. Test files were provided by S. B. Scott from University of Copenhagen.

- Support for files generated with EC-Lab 11.50 using the :mod:`yadg.extractors.eclab` module. Test files were provided by ``@fg-personal`` and ``@tk-4767`` on `GitHub <https://github.com/dgbowl/yadg/pull/171>`_, and E. Svaluto-Ferro from Empa.

Other changes in ``yadg-5.1`` are:

- The storage of original metadata present in the extracted files as well as **yadg**-related metadata has been standardised in all extractors.
Expand Down
1 change: 1 addition & 0 deletions src/yadg/extractors/eclab/common/mpr_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
179: ("<f4", "dQ", "C"),
182: ("<f8", "step time", "s"),
211: ("<f8", "Q charge or discharge", "C"),
217: ("<f4", "THD Ewe", "%"),
241: ("<f4", "|E1|", "V"),
242: ("<f4", "|E2|", "V"),
271: ("<f4", "Phase(Z1)", "deg"),
Expand Down
Loading

0 comments on commit f7c84b5

Please sign in to comment.