[mlpack-svn] [MLPACK] #376: CosineTreeTest/CosineNodeCosineSplit test sometimes fails, only on i386

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Thu Dec 11 09:00:54 EST 2014


#376: CosineTreeTest/CosineNodeCosineSplit test sometimes fails, only on i386
----------------------------------------------------+-----------------------
  Reporter:  rcurtin                                |        Owner:              
      Type:  defect                                 |       Status:  new         
  Priority:  minor                                  |    Milestone:  mlpack 1.1.0
 Component:  mlpack                                 |   Resolution:              
  Keywords:  cosine tree, cosinenode, cosine, test  |     Blocking:              
Blocked By:                                         |  
----------------------------------------------------+-----------------------

Comment (by rcurtin):

 I think the issue you've pointed out with random seeds was fixed in
 r17395: up until then, `math::RandomSeed()` wasn't setting the random seed
 properly for Armadillo matrices.  The reason that the seeds aren't
 initialized to `std::time(NULL)` or whatever is for the sake of
 reproducibility.  So if a particular test fails on some system, one can
 simply connect to the machine, get the compiled `mlpack_test`, and then
 use that to reproduce the issue.  At least, that's the idea. :)

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/376#comment:2>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list