We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb9735 commit 7bdef46Copy full SHA for 7bdef46
1 file changed
TestCases/parallel_regression.py
@@ -28,12 +28,9 @@
28
# make print(*args) function available in PY2.6+, does'nt work on PY < 2.6
29
from __future__ import print_function
30
31
-#import os
32
import sys
33
from TestCase import TestCase
34
35
-#os.environ['LD_LIBRARY_PATH'] = os.getenv('SU2_HOME') + '/build/subprojects/Mutationpp'
36
-
37
def main():
38
'''This program runs SU2 and ensures that the output matches specified values.
39
This will be used to do checks when code is pushed to github
0 commit comments