Skip to content

Commit a6f1b04

Browse files
committed
remove forgotten debug-print statement
1 parent 4ec5dc2 commit a6f1b04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

forestci/calibration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def neg_loglik(eta):
9999
if not res.success:
100100
warnings.warn("Fitting the empirical bayes prior failed with message %s." % res.message)
101101
eta_hat = res.x
102-
print(eta_hat)
103102
g_eta_raw = np.exp(np.dot(XX, eta_hat)) * mask
104103
g_eta_main = g_eta_raw / sum(g_eta_raw)
105104
g_eta = (

0 commit comments

Comments
 (0)