AndrewAnnex / SpiceyPy

SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.
MIT License
385 stars 84 forks source link

Fix numpy bool_ deprecation warning #409

Closed AndrewAnnex closed 3 years ago

AndrewAnnex commented 3 years ago

as a bonus, a 1000 warnings should not show up anymore in the test results

codecov[bot] commented 3 years ago

Codecov Report

Merging #409 (303fea5) into main (859034f) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head 303fea5 differs from pull request most recent head 2f0be8f. Consider uploading reports for the commit 2f0be8f to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##             main     #409   +/-   ##
=======================================
  Coverage   99.88%   99.88%           
=======================================
  Files          12       12           
  Lines       15174    15176    +2     
=======================================
+ Hits        15156    15158    +2     
  Misses         18       18           
Impacted Files Coverage Δ
spiceypy/spiceypy.py 99.69% <100.00%> (ø)
spiceypy/tests/test_wrapper.py 100.00% <100.00%> (ø)
spiceypy/utils/callbacks.py 100.00% <100.00%> (ø)

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 859034f...2f0be8f. Read the comment docs.