google-deepmind / torch-randomkit

Provides and wraps the Randomkit library, copied from Numpy.
BSD 3-Clause "New" or "Revised" License
34 stars 25 forks source link

Finish writing tests for all types of calls to multivariateGaussian #23

Closed jucor closed 11 years ago

jucor commented 11 years ago

I just got bitten by a but on that line, which only occurs when called with a result tensor -- which is still to be tested, as commented in the test file.

Since it is tedious to try all combinations, we should automate this and get it over with.

d11 commented 11 years ago

See https://github.com/jucor/torch-randomkit/pull/28