chainer / onnx-chainer

Add-on package for ONNX format support in Chainer
MIT License
85 stars 24 forks source link

implemented triangle functions #224

Closed durswd closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #224 into master will increase coverage by 0.16%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #224      +/-   ##
==========================================
+ Coverage   90.22%   90.39%   +0.16%     
==========================================
  Files          24       24              
  Lines        1555     1582      +27     
==========================================
+ Hits         1403     1430      +27     
  Misses        152      152
Impacted Files Coverage Δ
onnx_chainer/mapping.py 90% <ø> (ø) :arrow_up:
onnx_chainer/functions/__init__.py 100% <100%> (ø) :arrow_up:
onnx_chainer/functions/math.py 87% <100%> (+1.28%) :arrow_up:

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 7eebbf2...9cebb92. Read the comment docs.

disktnk commented 5 years ago

/test

pfn-ci-bot commented 5 years ago

Successfully created a job for commit 3e193e3:

durswd commented 5 years ago

I fixed it