[mlpack-git] [mlpack] AllkNNTest failing in 3 test cases (#573)

Ryan Curtin notifications at github.com
Mon Mar 14 14:49:25 EDT 2016


I cherry-picked a fix from @lozhnikov (f77416e) from #556.  Basically, my changes to the R tree changing `-DBL_MAX` to `std::numeric_limits<ElemType>::min()` was incorrect; I should have used `lowest()` instead.  This causes failures, but only sometimes, which is why the Travis build didn't catch it and why I didn't see this before now.

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/573#issuecomment-196466466
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160314/e3f83518/attachment-0001.html>


More information about the mlpack-git mailing list