From 1b6e6acf6fe5defbdb7fa6c399ebbec5b628c426 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 21 Aug 2010 18:21:57 -0400 Subject: [PATCH] Fix polymer fit info name --- hooke/plugin/polymer_fit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooke/plugin/polymer_fit.py b/hooke/plugin/polymer_fit.py index 770dbb9..0f4c08c 100644 --- a/hooke/plugin/polymer_fit.py +++ b/hooke/plugin/polymer_fit.py @@ -932,7 +932,7 @@ Name of the column (without units) to use as the polymer tension output. ], arguments=[ Argument(name='fit parameters info name', type='string', - default='surface deflection offset', + default='polymer fit', help=""" Name (without units) for storing the fit parameters in the `.info` dictionary. """.strip()), -- 2.26.2