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

Dev #25

Closed abtExp closed 7 years ago

abtExp commented 7 years ago

have to write tests first.

abtExp commented 7 years ago

Have to write tests for all new methods

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 40c2687c08e8f60f63e34542a6c03eaa0c59e7a5 on dev into on master.

codecov[bot] commented 7 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@1e40338). Click here to learn what that means. The diff coverage is 34.64%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #25   +/-   ##
=========================================
  Coverage          ?   63.18%           
=========================================
  Files             ?       24           
  Lines             ?      421           
  Branches          ?        0           
=========================================
  Hits              ?      266           
  Misses            ?      155           
  Partials          ?        0
Impacted Files Coverage Δ
util/sum.js 34.04% <0%> (ø)
util/matmul.js 100% <100%> (ø)
lib/fill.js 70.37% <100%> (ø)
util/log.js 100% <100%> (ø)
lib/arrange.js 100% <100%> (ø)
lib/transpose.js 100% <100%> (ø)
util/divide.js 100% <100%> (ø)
vecto.js 100% <100%> (ø)
lib/calc_shape.js 100% <100%> (ø)
util/exp.js 100% <100%> (ø)
... and 8 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 1e40338...ae975d2. Read the comment docs.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling ae975d2c70e5921f8b7fc77c63fecc3775a6a3ae on dev into on master.

abtExp commented 7 years ago

have to rewrite readme