Commit 552733a1 authored by Heller, William T.'s avatar Heller, William T.
Browse files

Replace sas-temper

parent 0de9f593
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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.
@@ -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")