8000 remove references to tests · google-deepmind/torch-randomkit@fccfb76 · GitHub
[go: up one dir, main page]

Skip to content

Commit fccfb76

Browse files
committed
remove references to tests
1 parent 39cd8b4 commit fccfb76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

luasrc/generateMdDocs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" This script tries to generate docs and call tests for randomkit.* """
1+
""" This script generates docs in markdown format for randomkit.* """
22

33
import numpy
44
import re
@@ -53,7 +53,6 @@ def writeMDdoc(funcNames, funcInfo, introFile, docFile):
5353
if __name__ == "__main__":
5454
introFile = "doc/intro.md"
5555
docFile = "README.md"
56-
testFile = "tests/testCalls.lua"
5756
funcNames = dir(numpy.random)
5857
excluded = ['RandomState', 'seed', 'set_state', 'get_state', 'choice', 'rand',
5958
'randn', 'Tester', 'operator','warnings', 'info','test','bench', 'permutation',

0 commit comments

Comments
 (0)
0