From: W. Trevor King Date: Sat, 21 Aug 2010 22:21:57 +0000 (-0400) Subject: Fix polymer fit info name X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=1b6e6acf6fe5defbdb7fa6c399ebbec5b628c426 Fix polymer fit info name --- 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()),