Skip to content

Commit

Permalink
Refs #11116 Updated test script to point to Merlin MD accumulation
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbush committed Feb 18, 2015
1 parent 9cb345e commit 46288e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/test/fake_runner.py
Expand Up @@ -10,7 +10,7 @@ def print_time(i):

def call_reduce(start_time, i, interval_time, kwargs):
start = time.time()
subprocess.call(['python', 'reduce.py', kwargs['data'], kwargs['output']])
subprocess.call(['python', 'MerlinAccumulateMDReduction.py', kwargs['data'], kwargs['output']])
end = time.time()
print 'Reduce time = ', end - start, ', leaving ', start_time + (i+1)*interval_time - end, ' second interval.'
print 'Next run will start at:', time.ctime(start_time + (i+1)*interval_time), '. Last file run:', kwargs['data']
Expand Down

0 comments on commit 46288e0

Please sign in to comment.