Skip to content

Commit

Permalink
dirname added
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Mar 3, 2017
1 parent 8d1407a commit 922e0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
@@ -1,6 +1,6 @@
import SVR

cd(joinpath(Pkg.dir("SVR"), "test"))
cd(dirname(@__FILE__))
x, y = SVR.readlibsvmfile("mg.libsvm")
pmodel = SVR.train(y, x');
y_pr = SVR.predict(pmodel, x');
Expand Down

0 comments on commit 922e0cd

Please sign in to comment.