Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoumith <soumith@fb.com>2016-11-24 01:54:05 +0300
committersoumith <soumith@fb.com>2016-11-24 01:54:05 +0300
commitf8d05d267e3be9a67055284a22b073fc7611ac9c (patch)
tree81be17083f252f80f5cb89f030fb11539794b225
parentf46ca3974ffbe65adee97111e7415bdcf9de3f4e (diff)
remove spurious prints in tests
-rw-r--r--test/test.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.lua b/test/test.lua
index ba6c44a..93e1419 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -1010,7 +1010,6 @@ function test.fmod()
return x
end)
local r = torch.normal(0, 25)
- print(x, r)
for _, typename in ipairs(typenames) do
local x = x:type(t2cpu[typename])
@@ -1027,7 +1026,6 @@ function test.remainder()
return x
end)
local r = torch.normal(0, 25)
- print(x, r)
for _, typename in ipairs(typenames) do
local x = x:type(t2cpu[typename])