summaryrefslogtreecommitdiff
path: root/test/reports/coverage.txt
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@gmail.com>2024-02-15 13:09:21 +0000
committerChristian Hodgden <chrhodgden@gmail.com>2024-02-15 13:09:21 +0000
commit2d83cbf2238065ed24f3e6ca8fec65f32cfc16f4 (patch)
tree49f01c12caee00ea37cdb830d7fc16e059dd5a18 /test/reports/coverage.txt
parentff0b69860bd619680436d736e4d693efcaf5ef97 (diff)
adding activation function tests
added sigmoid and relu. Relu currently fails because of -0. need to update src code.
Diffstat (limited to 'test/reports/coverage.txt')
-rw-r--r--test/reports/coverage.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/reports/coverage.txt b/test/reports/coverage.txt
index 56ff222..0d16f8e 100644
--- a/test/reports/coverage.txt
+++ b/test/reports/coverage.txt
@@ -1,9 +1,9 @@
-------------------------|---------|----------|---------|---------|----------------------
-File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-------------------------|---------|----------|---------|---------|----------------------
-All files | 49.58 | 100 | 34.37 | 50.86 |
- activationFunctions.js | 68 | 100 | 11.11 | 70.83 | 11,15,19,23,27,31,36
- binaryConverter.js | 100 | 100 | 100 | 100 |
- layer.js | 8.82 | 100 | 0 | 9.09 | 7-53
- nnetwork.js | 12 | 100 | 0 | 13.04 | 6-35
-------------------------|---------|----------|---------|---------|----------------------
+------------------------|---------|----------|---------|---------|-------------------
+File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
+------------------------|---------|----------|---------|---------|-------------------
+All files | 53.71 | 100 | 50 | 54.31 |
+ activationFunctions.js | 88 | 100 | 66.66 | 87.5 | 23,27,31
+ binaryConverter.js | 100 | 100 | 100 | 100 |
+ layer.js | 8.82 | 100 | 0 | 9.09 | 7-53
+ nnetwork.js | 12 | 100 | 0 | 13.04 | 6-35
+------------------------|---------|----------|---------|---------|-------------------