It seems that the @Test tag has been removed in the test case.

2013/9/26 Edward J. Yoon (JIRA) <j...@apache.org>

>
>     [
> https://issues.apache.org/jira/browse/HAMA-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779629#comment-13779629]
>
> Edward J. Yoon commented on HAMA-804:
> -------------------------------------
>
> Sorry, I made a bug.
>
> I've changed from this.testNeuralNetworkTraining(); to
> this.neuralNetworkTraining(); and, moved delete() calls to finally
> block.
>
>     } finally {
>       fs.delete(new Path(RESULT_PATH), true);
>       fs.delete(new Path(MODEL_PATH), true);
>       fs.delete(new Path(SEQTRAIN_DATA), true);
>     }
>
>
>
>
> --
> Best Regards, Edward J. Yoon
> @eddieyoon
>
>
> > Create NeuralNetwork Example
> > ----------------------------
> >
> >                 Key: HAMA-804
> >                 URL: https://issues.apache.org/jira/browse/HAMA-804
> >             Project: Hama
> >          Issue Type: New Feature
> >          Components: machine learning
> >            Reporter: Yexi Jiang
> >            Assignee: Yexi Jiang
> >              Labels: machine_learning
> >             Fix For: 0.6.3
> >
> >         Attachments: HAMA-804.patch
> >
> >
> > Add an NeuralNetwork example to the example package.
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA
> administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>



-- 
------
Yexi Jiang,
ECS 251,  yjian...@cs.fiu.edu
School of Computer and Information Science,
Florida International University
Homepage: http://users.cis.fiu.edu/~yjian004/

Reply via email to