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

Replace sas_temper_engine.py

parent db9856fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ def sa_control(fconf, modconf, d):
                res[i],mprof[i],mprof_usm[i] = sa_engine(fconf,localconf,d)
            
        # refine the ranges to start over
        localconf = sa_refine(fconf.models, res)
        localconf = sa_refine(refine_models, res)
    
    best = 1000000000.00
    hit = 0