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:
parent
091c6e62a2
commit
36ef5b8909
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ class Replicate():
|
||||||
self.logger.info(msg.format(round(r_squared, 4)))
|
self.logger.info(msg.format(round(r_squared, 4)))
|
||||||
self.logger.info(' slope: {}'.format(slope))
|
self.logger.info(' slope: {}'.format(slope))
|
||||||
if slope < 0:
|
if slope < 0:
|
||||||
self.logger.warning('Slope is negative. Will use absolute value '
|
self.logger.warning(' Slope is negative. Will use absolute '
|
||||||
'for further calculations!')
|
'value for further calculations!')
|
||||||
self.logger.info(' intercept: {}'.format(slope))
|
self.logger.info(' intercept: {}'.format(slope))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue