GalOrrery / interpolated-coordinates

Univariate Interpolations of Astropy Coordinates
https://interpolated-coordinates.readthedocs.io/en/latest/
MIT License
1 stars 1 forks source link

Switch to pyproject.toml for everything #21

Closed nstarman closed 2 years ago

nstarman commented 2 years ago

Description

This pull request is to address ...

Fixes #

Checklist for package maintainer(s)

This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.

codecov[bot] commented 2 years ago

Codecov Report

Merging #21 (ddd5b38) into main (d45bf9f) will decrease coverage by 1.14%. The diff coverage is 96.19%.

@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   98.64%   97.50%   -1.15%     
==========================================
  Files           7       15       +8     
  Lines         665     1522     +857     
==========================================
+ Hits          656     1484     +828     
- Misses          9       38      +29     
Impacted Files Coverage Δ
src/interpolated_coordinates/__init__.py 100.00% <ø> (ø)
src/interpolated_coordinates/conftest.py 89.28% <ø> (ø)
src/interpolated_coordinates/tests/__init__.py 100.00% <ø> (ø)
src/interpolated_coordinates/tests/test_frame.py 97.91% <ø> (ø)
src/interpolated_coordinates/utils/__init__.py 100.00% <ø> (ø)
...dinates/utils/tests/test_generic_representation.py 92.26% <ø> (ø)
src/interpolated_coordinates/frame.py 98.28% <92.00%> (ø)
src/interpolated_coordinates/representation.py 99.23% <95.91%> (ø)
src/interpolated_coordinates/_astropy_init.py 75.00% <100.00%> (ø)
src/interpolated_coordinates/_type_hints.py 100.00% <100.00%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d45bf9f...ddd5b38. Read the comment docs.