Skip to content

Commit

Permalink
rename for options
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Dec 8, 2020
1 parent d0b729d commit ee0d136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func main() {
lexvec.BatchSize(10000),
lexvec.Dim(50),
lexvec.Goroutines(20),
lexvec.Iter(3),
lexvec.Iter(1),
lexvec.MinCount(10),
lexvec.Relation(lexvec.PPMI),
lexvec.Verbose(),
Expand Down

0 comments on commit ee0d136

Please sign in to comment.