Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlidstrom committed Dec 13, 2023
1 parent b06f793 commit e21e31f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Go/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]]
}

0 comments on commit e21e31f

Please sign in to comment.