TCDSolar / stixpy

STIX data analysis in python
https://stixpy.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
17 stars 20 forks source link

Add function to irregularly rebin data in N dimensions (Part 2) -Correct branch #121

Closed DanRyanIrish closed 1 month ago

DanRyanIrish commented 1 month ago

@samaloney Here's the new PR to the correct branch. Ready for review.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 94.09283% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 73.29%. Comparing base (c606ef4) to head (efc9195). Report is 6 commits behind head on ndcubify.

Files Patch % Lines
stixpy/product/tools.py 87.75% 12 Missing :warning:
stixpy/coordinates/transforms.py 90.47% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## ndcubify #121 +/- ## ============================================ + Coverage 69.52% 73.29% +3.77% ============================================ Files 31 32 +1 Lines 1887 1955 +68 ============================================ + Hits 1312 1433 +121 + Misses 575 522 -53 ```

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

DanRyanIrish commented 1 month ago

I pulled upstream/main so that's why the diff has exploded.