Skip to content

Conversation

@php1ic
Copy link
Owner

@php1ic php1ic commented Dec 24, 2025

Start working on #5

We leverage astropy to convert the time unit into seconds so need to update some existing units, e.g. astropy expects "yr" not "y" and "min" not "m".

Make use of astropy to do the conversion so also need to add it as a
dependency to the project.
There was some cleaning of the units to allow astropy to do the
conversion and some setting of types to ensure it wouldn't fail.
@codecov-commenter
Copy link

codecov-commenter commented Dec 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.90%. Comparing base (99a3400) to head (40ee99b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   98.87%   98.90%   +0.02%     
==========================================
  Files          10       10              
  Lines         710      729      +19     
==========================================
+ Hits          702      721      +19     
  Misses          8        8              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

This is a bit of a cop-out, but tests are failing against this version
but not later ones and I don't want to spend time pushing changes and
using runners as my debug tool. 3.10 stopped receiving active support
over 2.5 years ago and will go EOL in 10 months so I'm comfortable
removing support. There are 4 newer versions people can use.
@php1ic
Copy link
Owner Author

php1ic commented Dec 24, 2025

Have dropped support for python 3.10 as the tests were failing for that version, but not the newer versions. Not sure what the issue is and don't want to keep pushing and using runners as my debug tool.

@php1ic php1ic merged commit b7fa220 into main Dec 24, 2025
8 checks passed
@php1ic php1ic deleted the half-life branch December 24, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants