diff options
Diffstat (limited to 'test/MindTest.hs')
-rw-r--r-- | test/MindTest.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MindTest.hs b/test/MindTest.hs index efa79ef..d8b63cf 100644 --- a/test/MindTest.hs +++ b/test/MindTest.hs @@ -57,7 +57,7 @@ networkTests = testGroup "network tests" $ @?= Nothing , testCase "output sink out of range" $ let network = Network 3 [[], []] [[]] - in (connectNeurons network (Input 0) (Output 4) (negate 1.0)) + in (connectNeurons network (Input 0) (Output 1) (negate 1.0)) @?= Nothing -- network computations |