abtExp / vecto

🚧 A Javascript mini library to deal with n-dimensional arrays(referenced from numpy). 🚧🚀
https://npmjs.com/vecto
MIT License
1 stars 0 forks source link

Testing #36

Closed abtExp closed 6 years ago

abtExp commented 6 years ago

pad, broadcast, fixed arrange, product and sum, working on array prototype

coveralls commented 6 years ago

Coverage Status

Coverage increased (+2.4%) to 57.64% when pulling b5291a6a58576cd1fa42e71cea988fd2de3535b2 on testing into 16a011773377886ee9c28137451d1c89ef7ef103 on dev.

codecov[bot] commented 6 years ago

Codecov Report

Merging #36 into dev will increase coverage by 2.16%. The diff coverage is 56.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #36      +/-   ##
==========================================
+ Coverage   61.45%   63.61%   +2.16%     
==========================================
  Files          26       28       +2     
  Lines         441      470      +29     
==========================================
+ Hits          271      299      +28     
- Misses        170      171       +1
Impacted Files Coverage Δ
lib/transpose.js 100% <ø> (ø) :arrow_up:
util/math.js 100% <100%> (ø) :arrow_up:
util/max.js 55.55% <100%> (+51.85%) :arrow_up:
lib/arrange.js 100% <100%> (ø) :arrow_up:
lib/fill.js 68% <100%> (+12%) :arrow_up:
lib/flatten.js 100% <100%> (ø) :arrow_up:
lib/calcShape.js 100% <100%> (ø) :arrow_up:
lib/formArr.js 100% <100%> (+8.33%) :arrow_up:
lib/findDim.js 100% <100%> (ø) :arrow_up:
util/pad.js 4.76% <4.76%> (ø)
... and 10 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 16a0117...b5291a6. Read the comment docs.