X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fplugin%2Fpolymer_fit.py;h=a4b65074bcd3e5ef57edb9e8b0e12941ab794a35;hp=4447ca76e21571aac8f5623554e7f26bfc55493d;hb=2e895934d76c87076ce5a6cd6d7617e71c89f78a;hpb=f9520619c9b5f7fd37d5566e8575776d48343a7c diff --git a/hooke/plugin/polymer_fit.py b/hooke/plugin/polymer_fit.py index 4447ca7..a4b6507 100644 --- a/hooke/plugin/polymer_fit.py +++ b/hooke/plugin/polymer_fit.py @@ -989,7 +989,6 @@ Indicies of points bounding the selected data. queue = Queue() params = model.fit(outqueue=queue) if True: # TODO: if Kuhn length fixed - params = [params] a = info['Kuhn length (m)'] else: a = params[1] @@ -1016,7 +1015,6 @@ Indicies of points bounding the selected data. queue = Queue() params = model.fit(outqueue=queue) if True: # TODO: if Kuhn length fixed - params = [params] a = info['Kuhn length (m)'] else: a = params[1] @@ -1042,7 +1040,6 @@ Indicies of points bounding the selected data. queue = Queue() params = model.fit(outqueue=queue) if True: # TODO: if persistence length fixed - params = [params] p = info['persistence length (m)'] else: p = params[1]