KingsburyLab / pyEQL

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

Add tests for gibbs_mix and entropy_mix #83

Closed rkingsbury closed 9 months ago

rkingsbury commented 9 months ago

Tests for functions.py

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (6e74b88) 78.89% compared to head (81cfa88) 80.31%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #83 +/- ## ========================================== + Coverage 78.89% 80.31% +1.42% ========================================== Files 10 10 Lines 1450 1448 -2 Branches 252 252 ========================================== + Hits 1144 1163 +19 + Misses 272 250 -22 - Partials 34 35 +1 ```

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

rkingsbury commented 9 months ago

Partially addresses #54 and #62