I missed this in
560f9f9 (Get calibcant working with the new
load_from_config-based pyafm, 2012-03-16).
else:
rel_error = abs(variance-vibration['processed'])/vibration['processed']
if rel_error > maximum_relative_error:
else:
rel_error = abs(variance-vibration['processed'])/vibration['processed']
if rel_error > maximum_relative_error:
_LOG.warn(("new analysis doesn't match for vibration {}: {} != {} "
"(difference: {}, relative error: {})").format(
index, variance, vibration['processed'],
_LOG.warn(("new analysis doesn't match for vibration {}: {} != {} "
"(difference: {}, relative error: {})").format(
index, variance, vibration['processed'],