ragavvenkatesan / yann

This toolbox is support material for the book on CNN (http://www.convolution.network).
http://www.yann.network
Other
41 stars 27 forks source link

Unit tests for 'layers' module #66

Closed buddhapuneeth closed 7 years ago

buddhapuneeth commented 7 years ago

Added unit tests for classes in 'layers' module

codecov-io commented 7 years ago

Codecov Report

Merging #66 into V1 will increase coverage by 20.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##               V1      #66      +/-   ##
==========================================
+ Coverage   27.56%   47.67%   +20.1%     
==========================================
  Files           9       32      +23     
  Lines        3258     4877    +1619     
==========================================
+ Hits          898     2325    +1427     
- Misses       2360     2552     +192
Impacted Files Coverage Δ
tests/layers/test_conv_pool.py 100% <100%> (ø)
tests/test_errors.py 100% <100%> (ø)
tests/layers/test_merge.py 100% <100%> (ø)
tests/layers/test_input.py 100% <100%> (ø)
tests/layers/test_transform.py 100% <100%> (ø)
tests/layers/test_output.py 100% <100%> (ø)
tests/layers/test_batch_norm.py 100% <100%> (ø)
tests/layers/test_abstract.py 100% <100%> (ø)
tests/layers/test_random.py 100% <100%> (ø)
tests/layers/test_fullyconnected.py 100% <100%> (ø)
... and 27 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 d5a7f6f...5f794a7. Read the comment docs.

ragavvenkatesan commented 7 years ago

@buddhapuneeth This is really good work, but check the coverage. It still does not cover completely.