GalacticDynamics / unxt

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

refactor: remove uncommon Q classes from top ns #281

Closed nstarman closed 1 week ago

nstarman commented 1 week ago

Use the unxt.quantity module to access them. Keeps the top-level very clean.

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.45%. Comparing base (50999fb) to head (5144608). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/unxt/_src/quantity/mixins.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #281 +/- ## ========================================== - Coverage 95.46% 95.45% -0.01% ========================================== Files 42 42 Lines 1498 1497 -1 Branches 68 68 ========================================== - Hits 1430 1429 -1 Misses 56 56 Partials 12 12 ```

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