Closed trappitsch closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
01cfda3
) to head (e07791a
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
There is some pytest weirdness going on, most likely with initialization. For example, in the isotope doctest, it seems to not initialize iniabu
properly again but use the nist database.
needs to be double checked
Doctest on py3.8 fails. These are minor differences that come from the numpy > 2
for py39+
. Ignoring these failures, as tests actually do pass.
Drop support for python 3.8 (it is almost EOL and there are no new features coming for now, so the current 1.2.1 version works just fine on 3.8. This avoids the whole numpy headache