Skip to content

Fix EC-Lab column <Ewe/V> to <Ewe>/V> in BiologicReader (#193)#195

Open
FrederikLizakJohansen wants to merge 5 commits into
mainfrom
fix-biologic-we-column-193
Open

Fix EC-Lab column <Ewe/V> to <Ewe>/V> in BiologicReader (#193)#195
FrederikLizakJohansen wants to merge 5 commits into
mainfrom
fix-biologic-we-column-193

Conversation

@FrederikLizakJohansen

Copy link
Copy Markdown
Contributor

Fix for Issue #193

Problem:
Some EC-Lab exports use <Ewe/V> instead of <Ewe>/V>, which causes fix_WE_potential and other downstream tools to fail.

Fix:
This PR normalizes column names in BiologicReader during _update_aliases_and_ensure_essential_series() so that:

  • <Ewe/V><Ewe>/V>
  • <Ece/V><Ece>/V>
  • Aliases use the normalized names

A test file and integration test confirm this behavior.

Closes #193

@FrederikLizakJohansen

Copy link
Copy Markdown
Contributor Author

CI tests for python 3.7 are currently failing due to unrelated issues, which are being addressed separately in PR #194

@FrederikLizakJohansen FrederikLizakJohansen changed the title Normalize EC-Lab column <Ewe/V> to <Ewe>/V> in BiologicReader (#193) Fix EC-Lab column <Ewe/V> to <Ewe>/V> in BiologicReader (#193) Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix_WE_potential breaks when EC-Lab names it <Ewe/V> instead of <Ewe>/V

1 participant