scikit-hep / vector

Vector classes and utilities
https://vector.readthedocs.io
BSD 3-Clause "New" or "Revised" License
77 stars 24 forks source link

fix: get coordinate classes to work for numpy #466

Closed Saransh-cpp closed 3 months ago

Saransh-cpp commented 4 months ago

Description

Fixes #194

Please describe the purpose of this pull request. Reference and link to any relevant issues or pull requests.

Checklist

Before Merging

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.85%. Comparing base (85512d0) to head (ee36fca). Report is 29 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #466 +/- ## ========================================== + Coverage 86.68% 86.85% +0.16% ========================================== Files 96 96 Lines 11836 11919 +83 ========================================== + Hits 10260 10352 +92 + Misses 1576 1567 -9 ```

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

Saransh-cpp commented 3 months ago

Thanks for the review!