projects
/
calibcant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31e702c
)
Fix temperature -> vibration typo in check_vibration().
author
W. Trevor King
<wking@tremily.us>
Wed, 13 Jun 2012 18:07:44 +0000
(14:07 -0400)
committer
W. Trevor King
<wking@tremily.us>
Wed, 13 Jun 2012 18:07:44 +0000
(14:07 -0400)
calibcant/analyze.py
patch
|
blob
|
history
diff --git
a/calibcant/analyze.py
b/calibcant/analyze.py
index b1a8d44fc441891f52e32dd015e06c3301be4980..780d6dac2e45627c8a0b826b777b79aa0d92199a 100644
(file)
--- a/
calibcant/analyze.py
+++ b/
calibcant/analyze.py
@@
-379,7
+379,7
@@
def check_vibration(index, vibration, config=None, maximum_relative_error=0,
config=vib_config, deflection=vibration['raw'], **kwargs)
if vibration.get('processed', None) is None:
changed = True
- _LOG.warn('new analysis for
temperature
{}: {}'.format(
+ _LOG.warn('new analysis for
vibration
{}: {}'.format(
index, variance))
else:
rel_error = abs(variance-vibration['processed'])/vibration['processed']