[mlpack] [mlpack/mlpack] Implement multidimensional discrete distribution (#810)

Ryan Curtin notifications at github.com
Tue Dec 13 11:02:56 EST 2016


Oh, sorry, I gave the wrong instructions.  The test suite is actually called `DistributionTest` not `DiscreteDistributionTest`, and the tests are found in `distribution_test.cpp`.  Take a look and you'll see what the names are.

So you could do something like, e.g.,

```
(gdb) break distribution_test.cpp:35
(gdb) run -t DistributionTest/DiscreteDistributionConstructorTest
```

You can see that I can also specify the name of the individual test to run, as well as the test suite.  So you can use this strategy to see how it is working.

-- 
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/810#issuecomment-266778832
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://knife.lugatgt.org/pipermail/mlpack/attachments/20161213/beb72036/attachment.html>


More information about the mlpack mailing list