Fix polymer fit info name
[hooke.git] / hooke / plugin / polymer_fit.py
index 770dbb9297a03fafaac9ffa032b29a26a7b7e08e..0f4c08cc1e64510fba32674320b9f08a1b9a97e1 100644 (file)
@@ -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()),