Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Jun 17, 2021
1 parent e4506a1 commit 3a2fe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/ranking/model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
benchEpsilon = 0.01
incrEpsilon = 1e-6
incrEpsilon = 1e-5
)

var fitConfig = &FitConfig{
Expand Down

0 comments on commit 3a2fe14

Please sign in to comment.