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

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.lua b/test/test.lua
index df80616..b2b5f92 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -1660,5 +1660,6 @@ else
-- randomize stuff
math.randomseed(os.time())
mytester:run(tests)
+ return mytester
end
end