Skip to content

Commit

Permalink
need lower tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Dec 20, 2024
1 parent df51b3d commit c86fe0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion axon/basic_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion axon/basic_test.goal
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ func TestGPUNDataDiffs(t *testing.T) {
}

func TestNetLearn(t *testing.T) {
NetTestLearn(t, Tol7, false)
NetTestLearn(t, Tol6, false)
}

func TestGPULearn(t *testing.T) {
Expand Down

0 comments on commit c86fe0c

Please sign in to comment.