GalacticDynamics / unxt

Unitful Quantities in JAX
https://unxt.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

feat: runtime typechecker #191

Closed nstarman closed 5 days ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 93.93939% with 2 lines in your changes missing coverage. Please review.

Project coverage is 95.98%. Comparing base (33c4c46) to head (ff48d89). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/unxt/_src/quantity/base.py 91.66% 1 Missing :warning:
src/unxt/_src/utils.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #191 +/- ## ========================================== - Coverage 96.08% 95.98% -0.11% ========================================== Files 39 40 +1 Lines 1532 1543 +11 ========================================== + Hits 1472 1481 +9 - Misses 60 62 +2 ```

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

nstarman commented 1 month ago

Solved!