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
path: root/test
diff options
context:
space:
mode:
authorkoray kavukcuoglu <koray@kavukcuoglu.org>2014-03-11 22:03:17 +0400
committerkoray kavukcuoglu <koray@kavukcuoglu.org>2014-03-11 22:03:17 +0400
commit2f834ce5a23ace20b0883a60227a21f28e8b6aca (patch)
tree1118046ba72c656eb47a7d9e5272dc09bbd717d4 /test
parentcd08323b68fa16f4ca6ab6382089ae4e40b0b4b2 (diff)
return the tester object if another framework wants to use it.
Diffstat (limited to 'test')
-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