Skip to content

Commit 7bdef46

Browse files
update parallel_regression.py to work without mpp
1 parent 8fb9735 commit 7bdef46

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@
2828
# make print(*args) function available in PY2.6+, does'nt work on PY < 2.6
2929
from __future__ import print_function
3030

31-
#import os
3231
import sys
3332
from TestCase import TestCase
3433

35-
#os.environ['LD_LIBRARY_PATH'] = os.getenv('SU2_HOME') + '/build/subprojects/Mutationpp'
36-
3734
def main():
3835
'''This program runs SU2 and ensures that the output matches specified values.
3936
This will be used to do checks when code is pushed to github

0 commit comments

Comments
 (0)