Skip Menu |

This queue is for tickets about the AI-Categorizer CPAN distribution.

Report information
The Basics
Id: 12717
Status: open
Priority: 0/
Queue: AI-Categorizer

People
Owner: Nobody in particular
Requestors: SAPER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.07
Fixed in: 0.08



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, );
From: KWILLIAMS [...] cpan.org
Thanks, FINALLY applied. -Ken