Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 399d1e5

Browse files
committed
Fixed plot bug
1 parent 92874c8 commit 399d1e5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

grmpy/estimate/estimate_par.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ def par_fit(dict_, data):
9292
print_logfile(dict_, rslt, print_output)
9393

9494
quantiles, cov, X, b1_b0, b1, b0 = prepare_mte_calc(rslt["opt_rslt"], data)
95-
print(dict_["TREATED"]["order"], dict_["TREATED"]["order"])
96-
print(b1_b0)
9795
mte_x = np.dot(X, b1_b0)
9896

9997
mte_u = (cov[2, 0] - cov[2, 1]) * norm.ppf(quantiles)

0 commit comments

Comments
 (0)