oops
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5421 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
aea0c733a4
commit
572b2707f2
|
|
@ -18,7 +18,7 @@ def recalibrateJointly(files,JECDF):
|
|||
def recalibrate(fname,hist,out):
|
||||
print(fname)
|
||||
output = open(out + "." + fname.rsplit(".",1)[0].rsplit(".",1)[1], 'w')
|
||||
denom = sum(hist)
|
||||
denom = sum(hist.values())
|
||||
cumQuals = dict()
|
||||
for key1 in hist:
|
||||
sumLess = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue