Skip to content

Commit

Permalink
minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Jun 11, 2021
1 parent 9ae9c4e commit 95ede48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ end
d = [1.5 1.0 1.5 -1.0 -1.5 -1.5;
0.0 0.0 0.0 0.0 0.0 0.0]

model = svmtrain(X, y, kernel=Kernel.Linear)
model = svmtrain(X, y, kernel = Kernel.Linear)
ỹ, d̃ = svmpredict(model, X)

@test== y
Expand Down

0 comments on commit 95ede48

Please sign in to comment.