mirror of
https://github.com/php-win-ext/php-svm.git
synced 2026-03-24 00:52:06 +01:00
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.
This commit is contained in:
@@ -40,9 +40,9 @@ echo $model->getSvrProbability() > 11 ? "ok\n" : "fail\n";
|
||||
var_dump($model->checkProbabilityModel());
|
||||
|
||||
?>
|
||||
--EXPECT--
|
||||
--EXPECTF--
|
||||
ok
|
||||
28
|
||||
28
|
||||
ok
|
||||
bool(true)
|
||||
%Aok
|
||||
bool(true)
|
||||
|
||||
Reference in New Issue
Block a user