Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Alvim committed Nov 26, 2017
1 parent 0f65040 commit a1e4431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Perceptrons
using Base.Test

#include("utils_test.jl")
#include("linear_perceptron_test.jl")
#include("kernel_perceptron_test.jl")
include("utils_test.jl")
include("linear_perceptron_test.jl")
include("kernel_perceptron_test.jl")
include("voted_perceptron_test.jl")

0 comments on commit a1e4431

Please sign in to comment.