Skip to content

Commit

Permalink
Merge pull request #63 from SpheMakh/master
Browse files Browse the repository at this point in the history
Fixes #60
  • Loading branch information
SpheMakh authored Mar 8, 2017
2 parents d1d9eb9 + 0797094 commit 16d6782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cattery/Calico/OMS/StefCal/GainDiagPhase.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def iterate (self,lhs,rhs,bitflags,bounds=None,verbose=0,niter=0,weight=None):
print "S%d %s:%s"%(step,p,i),"G''",g1[p,i],g1[p,i][verbose_element];
# take difference at second step
gaindiff2[p] += square(gnew - gold)
gaindiff2[p][pmask] = 0;
gaindiff2[p][mask] = 0;
# apply solution averaging
if self.opts.average == 1 or (self.opts.average == 2 and step):
gnew += gold;
Expand Down

0 comments on commit 16d6782

Please sign in to comment.