Show
Ignore:
Timestamp:
02/23/10 14:49:32 (2 years ago)
Author:
hodgestar
Message:

Always print sum of residual.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hodgestar/PythonCode/PyramidProblem/pyramid.py

    r719 r720  
    8585            if good: 
    8686                s.append("  No constraints violated.") 
    87                 s.append("  Residual: %f" % np.sum(self.residuals)) 
    8887 
     88            s.append("  Residual: %f" % np.sum(self.residuals)) 
    8989            s.append("  -----") 
    9090