Loading sas_temper/sas_temper_engine.py +2 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ def sa_control(fconf, modconf, d): # st_time = time.time() # add a little feedback to the user print("model started: ", end='', step='') print('model started: ', end='', flush=True) # the number of refinement iterations to do for j in range(0,refines) : Loading @@ -49,7 +49,7 @@ def sa_control(fconf, modconf, d): res[i],mprof[i],mprof_usm[i] = sa_engine(fconf,localconf,d) # add a little feedback to the user print("#", end='', step='') print('#', end='', flush=True) # refine the ranges to start over localconf = sa_refine(refine_models, res) Loading Loading
sas_temper/sas_temper_engine.py +2 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ def sa_control(fconf, modconf, d): # st_time = time.time() # add a little feedback to the user print("model started: ", end='', step='') print('model started: ', end='', flush=True) # the number of refinement iterations to do for j in range(0,refines) : Loading @@ -49,7 +49,7 @@ def sa_control(fconf, modconf, d): res[i],mprof[i],mprof_usm[i] = sa_engine(fconf,localconf,d) # add a little feedback to the user print("#", end='', step='') print('#', end='', flush=True) # refine the ranges to start over localconf = sa_refine(refine_models, res) Loading