From ac8b5f0708319e9d3f3cc6a5df33edfad17857c3 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Thu, 17 Nov 2011 18:39:09 +0000 Subject: [PATCH] added short comment for discussion... --- lib/damask_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/damask_test.py b/lib/damask_test.py index 9cf4b338c..931a018b1 100644 --- a/lib/damask_test.py +++ b/lib/damask_test.py @@ -71,9 +71,9 @@ class DAMASK_TEST(): file=open('../postprocessing.cmd','r') postproc=file.readlines() file.close() - for cmd in postproc: + for cmd in postproc: # PHILIP: suggestion to just execute the script "postprocessing" directly within a shell, i.e. os.system('../postprocessing') print(cmd) - os.system(cmd) + os.system(cmd) # PHILIP: reason is that for loops and the like get broken with line by line execution from here... def compare_to_reference(self,tol=1e-5): import string