ramonhagenaars / nptyping

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

Switched the order of Shape/DType in NDArray to match with np.ndarray… #59

Closed ramonhagenaars closed 2 years ago

ramonhagenaars commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #59 (ecc6683) into master (9c7b59e) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #59   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         8    +1     
  Lines          236       247   +11     
=========================================
+ Hits           236       247   +11     
Impacted Files Coverage Δ
nptyping/typing_.py 100.00% <ø> (ø)
nptyping/__init__.py 100.00% <100.00%> (ø)
nptyping/assert_isinstance.py 100.00% <100.00%> (ø)
nptyping/ndarray.py 100.00% <100.00%> (ø)
nptyping/package_info.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 9c7b59e...ecc6683. Read the comment docs.