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

Replace sas_temper_engine.py

parent 605ce1a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -478,7 +478,7 @@ def est_uncerts(d, f, modconf, best_model):
        
        for z in range(0,len(best_model.y)):
            if z==0:
                print(str(best_model.y[z]) + "     " + str(lprof.y[z]) + "     " + str(steps[w]))
                print(str(best_model.y[z]) + "     " + str(lprof.y[z]) + "     " + str(steps[w]) + "    tprof.y[0] = "+str(tprof.y[z]))
            tprof.y[z] = 0.5*(lprof.y[z]-best_model.y[z])/(d.dy[z]*steps[w])
        JT.append(tprof.y)