* Mute debug printing.

This commit is contained in:
Wirawan Purwanto
2012-10-15 16:59:35 -04:00
parent 5b213b0ee7
commit a0eb82ed2b

View File

@@ -59,8 +59,8 @@ def linregr2d_SZ(x, y, sigma=None):
sigma_a2 = d12 * (-detinv)
sigma_b2 = d21 * (-detinv)
print sigma_a2
print sigma_b2
#print sigma_a2
#print sigma_b2
return fit_result(
fit_method='linregr2d_SZ',