From 1d80c8678c370d8154d7007b0f6e195768c56723 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 13 Jun 2012 14:07:44 -0400 Subject: [PATCH] Fix temperature -> vibration typo in check_vibration(). --- calibcant/analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibcant/analyze.py b/calibcant/analyze.py index b1a8d44..780d6da 100644 --- 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'] -- 2.26.2