Closed nstarman closed 2 months ago
Attention: Patch coverage is 96.57534%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 95.38%. Comparing base (
11dc5a4
) to head (0264412
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/coordinax/_d2/cartesian.py | 93.10% | 2 Missing :warning: |
src/coordinax/_d3/cartesian.py | 90.90% | 2 Missing :warning: |
src/coordinax/_base_pos.py | 92.85% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Offloads a lot of methods to dispatches. This also better allows for use of jax functions. Not complete and definitely can be simplified. But this is a good base on which to continue building.