Definition at line 220 of file addOnTests.py.
References print(), and str.
226 opts, args = getopt.getopt(argv,
"dj:t:", [
"nproc=",
'uploadDir=',
'tests=',
'noRun',
'dump'])
227 except getopt.GetoptError
as e:
236 for opt, arg
in opts :
237 if opt
in (
'-j',
"--nproc" ):
239 if opt
in (
"--uploadDir", ):
241 if opt
in (
'--noRun', ):
243 if opt
in (
'-d',
'--dump', ):
245 if opt
in (
'-t',
'--tests', ):
246 testList = arg.split(
",")
253 tester.runTests(testList)
255 tester.upload(uploadDir)
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)