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

Replace sas-temper

parent 5ea408d7
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -62,7 +62,10 @@ for i in range(0,sasTemperConf.models):
        print('#', end='', flush=True)


# and output the analysis of the set of models found
# and output the analysis of the set of models found,
# but only if you are generating more than 3 models.
# much of the information is of little use otherwise.
if sasTemperConf.models >=3 :
    output.outputSetRes(sasTemperConf, results)
    
# add a little feedback to the user