philipce / nifty

Numerical computing in Swift – for Linux and macOS
Apache License 2.0
106 stars 18 forks source link

Added rdiv function for tensors, completed mean functions, started ma… #23

Closed felix91gr closed 7 years ago

felix91gr commented 7 years ago

…x functions and added one (of four required) tests for max

codecov-io commented 7 years ago

Codecov Report

Merging #23 into master will decrease coverage by 0.32%. The diff coverage is 67.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage   88.36%   88.03%   -0.33%     
==========================================
  Files         211      212       +1     
  Lines        5379     5424      +45     
==========================================
+ Hits         4753     4775      +22     
- Misses        626      649      +23
Impacted Files Coverage Δ
Sources/rdivide.swift 25% <ø> (-25%) :arrow_down:
Sources/mean.swift 62.5% <0%> (-37.5%) :arrow_down:
Tests/NiftyTests/mean_test.swift 100% <100%> (ø) :arrow_up:
Tests/NiftyTests/max_test.swift 100% <100%> (ø) :arrow_up:
Sources/_max.swift 40% <40%> (ø)

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 7bb5ba5...57f0b38. Read the comment docs.