Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/version.6_2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Bug fixes in ``yadg-next`` include:

- Fixed metadata extraction in :mod:`yadg.extractors.eclab.mpt` where ``control_*`` columns would not match the names present in the corresponding ``mpr`` files.
- Added further ``Set I/C`` parameters. Thanks to `@Locki3 <https://github.com/Locki3>`_ for providing test files.
- Fixed ``param format`` and ``data_column`` in CV files generated with EC-Lab version 11.50 using the :mod:`yadg.extractors.eclab.mpr` module. Thank you to J.N. Hausmann from Helmholtz-Zentrum Berlin für Materialien und Energie for providing the test files.
2 changes: 1 addition & 1 deletion src/yadg/extractors/eclab/mpr_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
392: ("<f4", "<E2>", "V"),
422: ("<f4", "Phase(Zstack)", "deg"),
423: ("<f4", "|Zstack|", "Ω"),
424: ("<f4", "Re(Zstack)", "Ω"),
424: ("<f4", "Rcmp", "Ω"),
425: ("<f4", "-Im(Zstack)", "Ω"),
426: ("<f4", "<Estack>", "V"),
430: ("<f4", "Phase(Zwe-ce)", "deg"),
Expand Down
2 changes: 1 addition & 1 deletion src/yadg/extractors/eclab/techniques.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
("E2 (V)", "<f4"),
("E2 (V) vs.", "|u4"),
("nc cycles", "|u4"),
("Reverse Scan", "|u1"),
("Reverse Scan", "|u4"),
("Ef (V)", "<f4"),
("Ef (V) vs.", "|u4"),
]
Expand Down
1 change: 1 addition & 0 deletions tests/test_x_eclab.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def compare_params(left, right):
("cp.issue_149", "de_DE"),
("cv", "en_US"),
("cv.issue_149", "de_DE"),
("cv.issue_217", "de_DE"),
("cva.issue_135", "en_US"),
("cva.issue_202", "en_US"),
("gcpl", "en_US"),
Expand Down
Binary file added tests/test_x_eclab/cv.issue_217.mpr
Binary file not shown.
Binary file added tests/test_x_eclab/cv.issue_217.mpr.pkl
Binary file not shown.
9,412 changes: 9,412 additions & 0 deletions tests/test_x_eclab/cv.issue_217.mpt

Large diffs are not rendered by default.

Binary file added tests/test_x_eclab/cv.issue_217.mpt.pkl
Binary file not shown.