Loading isis/scripts/makeTruth.py +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ using the scripts then just documenting what you have to do to save output as Truth ''' import sys import os unitTestExecutable = sys.argv[1] unitTestName = unitTestExecutable.split("_test_")[1] + ".truth" Loading Loading
isis/scripts/makeTruth.py +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ using the scripts then just documenting what you have to do to save output as Truth ''' import sys import os unitTestExecutable = sys.argv[1] unitTestName = unitTestExecutable.split("_test_")[1] + ".truth" Loading