Loading scripts/sas-temper +4 −2 Original line number Diff line number Diff line Loading @@ -61,6 +61,9 @@ for i in range(0,sasTemperConf.models): #output the results of the single fitting output.outputSingleRes(sasTemperConf, experimentalData, models[i], i, results[i]) # add a little feedback to the user print(" done") # and output the analysis of the set of models found, # but only if you are generating more than 3 models. Loading @@ -68,6 +71,5 @@ for i in range(0,sasTemperConf.models): if sasTemperConf.models >=3 : output.outputSetRes(sasTemperConf, results) # add a little feedback to the user print(" done") Loading
scripts/sas-temper +4 −2 Original line number Diff line number Diff line Loading @@ -61,6 +61,9 @@ for i in range(0,sasTemperConf.models): #output the results of the single fitting output.outputSingleRes(sasTemperConf, experimentalData, models[i], i, results[i]) # add a little feedback to the user print(" done") # and output the analysis of the set of models found, # but only if you are generating more than 3 models. Loading @@ -68,6 +71,5 @@ for i in range(0,sasTemperConf.models): if sasTemperConf.models >=3 : output.outputSetRes(sasTemperConf, results) # add a little feedback to the user print(" done")