Closed Saransh-cpp closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.68%. Comparing base (
1b88710
) to head (628ef60
). Report is 29 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
A gentle bump on this, @jpivarski.
Description
Fixes #463
Kindly take a look at CONTRIBUTING.md.
Please describe the purpose of this pull request. Reference and link to any relevant issues or pull requests.
Checklist
$ pre-commit run --all-files
or$ nox -s lint
)$ pytest
or$ nox -s tests
)$ cd docs; make clean; make html
or$ nox -s docs
)$ pytest --doctest-plus src/vector/
or$ nox -s doctests
)Before Merging