Skip to content

Commit c198ee8

Browse files
committed
Fix test
Newer versions of libsvm throw a warning when the dataset number is smaller than the hardcoded value of 5. There is otherwise no functional diff.
1 parent 1fb967e commit c198ee8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/015_info_methods.phpt

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ echo $model->getSvrProbability() > 11 ? "ok\n" : "fail\n";
4040
var_dump($model->checkProbabilityModel());
4141

4242
?>
43-
--EXPECT--
43+
--EXPECTF--
4444
ok
4545
28
4646
28
47-
ok
48-
bool(true)
47+
%Aok
48+
bool(true)

0 commit comments

Comments
 (0)