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

Replace sas-temper

parent 32414e2d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ for i in range(0,sasTemperConf.models):
    output.outputSingleRes(sasTemperConf, experimentalData, models[i], i, results[i])
    
    # add a little feedback to the user 
    if (i % 10==0):
        print('#', end='', flush=True)