GalacticDynamics / unxt

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

feat: interop with matplotlib #145

Closed nstarman closed 2 months ago

nstarman commented 2 months ago

Enables Quantity to be passed to matplotlib plotting functions.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 80.00000% with 10 lines in your changes missing coverage. Please review.

Project coverage is 89.48%. Comparing base (02b1edf) to head (550dce0).

Files Patch % Lines
src/unxt/_interop/unxt_interop_mpl/__init__.py 74.35% 10 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #145 +/- ## ========================================== - Coverage 89.79% 89.48% -0.32% ========================================== Files 25 26 +1 Lines 1362 1407 +45 ========================================== + Hits 1223 1259 +36 - Misses 139 148 +9 ```

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

nstarman commented 2 months ago

This cements that we need to separate the code coverage by main set and the integrations. We have higher coverage for the actual code than this implies.