Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix search for experiment capacity on pulsing module methods #173

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

tomjholland
Copy link
Collaborator

This pull request fixes a bug in pulsing.py where previous type requirements were expecting "Experiment Capacity [Ah]" to be available as a column, which may not be the case with the looser type requirements of the new method.

Column name standardization:

  • Updated the column name from "Experiment Capacity [Ah]" to "Capacity [Ah]" in multiple places within the get_resistances function. [1] [2] [3]

@tomjholland tomjholland added the bug Something isn't working label Dec 3, 2024
@tomjholland tomjholland merged commit 214b438 into main Dec 3, 2024
2 checks passed
@tomjholland tomjholland deleted the fix-capacity-requirement-in-pulsing branch December 3, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant