We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc55d1e commit d111f40Copy full SHA for d111f40
1 file changed
TestCases/parallel_regression.py
@@ -33,9 +33,6 @@
33
from TestCase import TestCase
34
35
def main():
36
- os.environ['MPP_DATA_DIRECTORY'] = os.environ['SU2_RUN'] + "../mpp-data"
37
- os.environ['LD_LIBRARY_PATH'] = os.environ['LD_LIBRARY_PATH'] + ":" + os.environ['SU2_RUN'] + "../lib"
38
-
39
'''This program runs SU2 and ensures that the output matches specified values.
40
This will be used to do checks when code is pushed to github
41
to make sure nothing is broken. '''
0 commit comments