KingsburyLab / pyEQL

A Python library for solution chemistry
Other
64 stars 17 forks source link

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

Closed rkingsbury closed 6 months ago

rkingsbury commented 6 months ago

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

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.