Skip to content

Commit

Permalink
changed sign of runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
timothydmorton committed Apr 11, 2015
1 parent 5995799 commit 1b413e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/starfit
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if __name__=='__main__':

end = time.time()
logger.info('starfit successful for ' +
'{} in {:.1f} minutes.'.format(folder, (start-end)/60))
'{} in {:.1f} minutes.'.format(folder, (end-start)/60))
except KeyboardInterrupt:
logger.error('starfit calculation interrupted for {}.'.format(folder))
raise
Expand Down

0 comments on commit 1b413e0

Please sign in to comment.