Loading scripts/sas-temper +6 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
scripts/sas-temper +6 −3 Original line number Diff line number Diff line Loading @@ -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 Loading