From 03daa9708d3e029570461416c52f411f2abde7ec Mon Sep 17 00:00:00 2001 From: x03daop Date: Sat, 6 Aug 2016 11:15:59 +0200 Subject: [PATCH] Script execution --- script/SchofieldScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/SchofieldScan.py b/script/SchofieldScan.py index 58f248fa..e25a45ff 100644 --- a/script/SchofieldScan.py +++ b/script/SchofieldScan.py @@ -133,7 +133,7 @@ angle_range = [-9.2] toc_whole = time.time() tictoc = round(toc_whole-tic_whole) print ' ** End O 1s PhD **' -print ' ** time taken was ', math.floor(tictoc/3600), ' hours and ', round(tictoc-floor(tictoc/3600)*3600), ' minutes.' +print ' ** time taken was ', math.floor(tictoc/3600), ' hours and ', round(tictoc-math.floor(tictoc/3600)*3600), ' minutes.' print ' ######################################################' @@ -157,7 +157,7 @@ azi_range = [-90.] measure_stuff() toc_whole = time.time() tictoc = round(toc_whole-tic_whole) -print ' ** time taken was ', math.floor(tictoc/3600), ' hours and ', round(tictoc-floor(tictoc/3600)*3600), ' minutes.' +print ' ** time taken was ', math.floor(tictoc/3600), ' hours and ', round(tictoc-math.floor(tictoc/3600)*3600), ' minutes.' print ' ** End Si 2p PhD **' print ' ######################################################' @@ -181,7 +181,7 @@ azi_range = [-90.] measure_stuff() toc_whole = time.time() tictoc = round(toc_whole-tic_whole) -print ' ** time taken was ', math.floor(tictoc/3600), ' hours and ', round(tictoc-floor(tictoc/3600)*3600), ' minutes.' +print ' ** time taken was ', math.floor(tictoc/3600), ' hours and ', round(tictoc-math.floor(tictoc/3600)*3600), ' minutes.' print ' ** End C 1s PhD **' print ' ######################################################' #toc = time.time()