Your ROOT_URL in app.ini is https://git.hpc.odu.edu/ but you are visiting https://git.wahab.hpc.odu.edu/wirawan0/wpylib/commit/a0eb82ed2b74ecce2c64eb44f22eecf53f275cd6?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

* Mute debug printing.

master
Wirawan Purwanto 13 years ago
parent 5b213b0ee7
commit a0eb82ed2b
  1. 4
      math/fitting/linear.py

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

Loading…
Cancel
Save