[mlpack-git] [mlpack] SVD batch and incremental tests are susceptible to random failures (#417)

Ryan Curtin notifications at github.com
Thu Mar 26 22:26:32 EDT 2015


I think that the issue may be a clang issue, but again, I'd rather discuss that in a different issue for the sake of anyone who comes searching later.

As for applying the patch, what you are actually doing there is downloading mlpack master 73b48dd, which is significantly different from mlpack 1.0.12, and labeling it as mlpack 1.0.12.  What I meant, originally, was that you can use git to generate a patch (something like this):

```
git create-patch 73b48dd
```

and then you can modify that patch until it applies to the mlpack-1.0.12 source.  Then, as a step in the build process, you apply the patch you created (`patch -p0 < the_patch.patch`), and the test errors are fixed.

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


More information about the mlpack-git mailing list