1
0
Fork 0
mirror of https://github.com/Athemis/pyKinetics.git synced 2025-04-05 06:56:02 +00:00

Formatting of logging output

This commit is contained in:
Alexander Minges 2015-08-21 16:42:13 +02:00
parent 091c6e62a2
commit 36ef5b8909

View file

@ -48,8 +48,8 @@ class Replicate():
self.logger.info(msg.format(round(r_squared, 4)))
self.logger.info(' slope: {}'.format(slope))
if slope < 0:
self.logger.warning('Slope is negative. Will use absolute value '
'for further calculations!')
self.logger.warning(' Slope is negative. Will use absolute '
'value for further calculations!')
self.logger.info(' intercept: {}'.format(slope))