[mlpack-git] [mlpack/mlpack] Test had stuck in 2.0.2 (#718)

Li Dong notifications at github.com
Sun Jul 10 03:43:57 EDT 2016


I looked into `mlpack-2.0.2/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp`, and found it use Monte Carlo, so I tested Armadillo with the following codes:

```
#include <iostream>
#include <armadillo>

using namespace std;
using namespace arma;

int main(int argc, char const* argv[])
{
    cout << "check 1" << endl;
    cout << arma_rng::randn<double>() << endl;
    cout << "check 2" << endl;
    return 0;
}
```

And the output is

```
check 1
```

It stuck here too! I tried Armadillo 6.700.7 and 7.200.2, both have this problem. I don't know if this is related.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/718#issuecomment-231575661
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160710/f185e32d/attachment-0001.html>


More information about the mlpack-git mailing list