dfdx / Boltzmann.jl

Restricted Boltzmann Machines in Julia
Other
67 stars 27 forks source link

Testing #34

Closed rofinn closed 8 years ago

rofinn commented 8 years ago

Adds basic test harness functions and some minor changes to the existing code bases.

NOTE: test cases have been updated to use the test harness functions.

codecov-io commented 8 years ago

Current coverage is 87.25%

Merging #34 into master will increase coverage by +5.99% as of a502fd1

@@            master     #34   diff @@
======================================
  Files            6       8     +2
  Stmts          395     510   +115
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            321     445   +124
  Partial          0       0       
+ Missed          74      65     -9

Review entire Coverage Diff as of a502fd1

Powered by Codecov. Updated on successful CI builds.

dfdx commented 8 years ago

Great work, thanks a lot! I think we can now close both - #28 and #30.