KingsburyLab / pyEQL

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

Solution: fix from_preset packaging error #89

Closed rkingsbury closed 8 months ago

rkingsbury commented 8 months ago

Summary

Due to a packaging error, the from_preset method introduced in v0.10.0 was not functional. It would fail with FileNotFoundError. That is fixed here.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (2405f14) 80.31% compared to head (1c4c06a) 80.34%. Report is 37 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #89 +/- ## ========================================== + Coverage 80.31% 80.34% +0.02% ========================================== Files 10 10 Lines 1448 1450 +2 Branches 252 252 ========================================== + Hits 1163 1165 +2 Misses 250 250 Partials 35 35 ```

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