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

Solution.get_total_amount: bugfix for aliased units like ppm #107

Merged
merged 3 commits into from
Feb 25, 2024
Merged

Conversation

rkingsbury
Copy link
Member

@rkingsbury rkingsbury commented Feb 25, 2024

Fix bug that would cause the method to fail if units with names not natively understood by pint (e.g., 'ppm') were passed.

@rkingsbury rkingsbury added release:patch will issue a patch release fix Bug Fixes labels Feb 25, 2024
Copy link

codecov bot commented Feb 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.45%. Comparing base (8e7279a) to head (84eaa58).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #107   +/-   ##
=======================================
  Coverage   80.45%   80.45%           
=======================================
  Files          10       10           
  Lines        1448     1448           
  Branches      251      251           
=======================================
  Hits         1165     1165           
  Misses        248      248           
  Partials       35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rkingsbury rkingsbury merged commit c43b2e6 into main Feb 25, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug Fixes release:patch will issue a patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant