ramonhagenaars / nptyping

💡 Type hints for Numpy and Pandas
MIT License
588 stars 29 forks source link

Fix for 0d arrays #55

Closed ramonhagenaars closed 3 years ago

ramonhagenaars commented 3 years ago

Resolves #53

codecov-commenter commented 3 years ago

Codecov Report

Merging #55 (ad1ffb2) into master (d6c1bc5) will not change coverage. The diff coverage is 100.00%.

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

@@            Coverage Diff            @@
##            master       #55   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          502       503    +1     
=========================================
+ Hits           502       503    +1     
Impacted Files Coverage Δ
nptyping/_meta.py 100.00% <100.00%> (ø)
nptyping/functions/_get_type.py 100.00% <100.00%> (ø)
nptyping/types/_ndarray_meta.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 d6c1bc5...c3c4a96. Read the comment docs.