"docs/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "6294677f8acc6bc040baf922910473e1c82995ba"
Commit f8a42b9c authored by Davis King's avatar Davis King
Browse files

Made test more robust

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403698
parent 39b3e759
...@@ -433,7 +433,7 @@ namespace ...@@ -433,7 +433,7 @@ namespace
dlog << LDEBUG << "svm reduced cv: " << svm_cv; dlog << LDEBUG << "svm reduced cv: " << svm_cv;
DLIB_TEST_MSG(mean(svm_cv) > 0.9, svm_cv); DLIB_TEST_MSG(mean(svm_cv) > 0.9, svm_cv);
DLIB_TEST(df.basis_vectors.size() == 19); DLIB_TEST(df.basis_vectors.size() <= 19);
dlog << LINFO << " end test_binary_classification()"; dlog << LINFO << " end test_binary_classification()";
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment