Subject: | Patch for correcting the failing test |
Hello,
I just sent you a FAIL report for AI::Categorizer. Searching a
little, it appears that it's simply a problem of name change.
The attached patch make all the tests pass (except for the
AI::Categorizer::FeatureVector::FastDot part of course).
Related FAIL report:
http://www.nntp.perl.org/group/perl.cpan.testers/204987
Regards
--- t/03-weka.t.orig 2003-01-25 00:50:08.000000000 +0100
+++ t/03-weka.t 2005-05-07 21:28:30.826704991 +0200
@@ -26,7 +26,7 @@
perform_standard_tests(
learner_class => 'AI::Categorizer::Learner::Weka',
- weka_classifier => 'weka.classifiers.SMO',
+ weka_classifier => 'weka.classifiers.functions.SMO',
@args,
);