diff --git a/Go/test.bats b/Go/test.bats index 69ac500..0f8d5ec 100644 --- a/Go/test.bats +++ b/Go/test.bats @@ -16,9 +16,9 @@ setup() { [ "${lines[6]}" = "weightsHidden:" ] [[ "${lines[7]}" =~ '-5.942533 -7.053490 -5.938492 -7.080670' ]] [ "${lines[8]}" = "biasesHidden:" ] - [[ "${lines[9]}" =~ '8.660800 3.181028' ]] + [[ "${lines[9]}" =~ '8.660800 3.181028' ]] [ "${lines[10]}" = "weightsOutput:" ] - [[ "${lines[11]}" =~ '7.028475 -7.038526 -1.730834 -7.403271 1.558926 7.390187 -7.310426 7.321119 -7.038799 -2.800220 7.071517 3.219192' ]] + [[ "${lines[11]}" =~ '7.028475 -7.038526 -1.730834 -7.403271 1.558926 7.390187 -7.310426 7.321119 -7.038799 -2.800220 7.071517 3.219192' ]] [ "${lines[12]}" = "biasesOutput:" ] - [[ "${lines[13]}" =~ '-3.245795 3.250424 5.246738 3.363781 -5.097047 -3.361940' ]] + [[ "${lines[13]}" =~ '-3.245795 3.250424 5.246738 3.363781 -5.097047 -3.361940' ]] }