We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c0114 commit 8fb9735Copy full SHA for 8fb9735
1 file changed
TestCases/parallel_regression.py
@@ -28,11 +28,11 @@
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
+#import os
32
import sys
33
from TestCase import TestCase
34
35
-os.environ['LD_LIBRARY_PATH'] = os.getenv('SU2_HOME') + '/build/subprojects/Mutationpp'
+#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.
0 commit comments