google-deepmind / torch-distributions

Probability distributions, wrapped for Torch.
BSD 3-Clause "New" or "Revised" License
61 stars 25 forks source link

Fix use of Tester:assert. #41

Closed davidsaxton closed 8 years ago

davidsaxton commented 8 years ago

distributions.nw.rnd actually returns two objects, so (assuming the tests are checking for not being nil), these need to be individually checked.

I've added "~= nil" to the others for clarity too.