Skip to content

Commit 40b4dc0

Browse files
committed
Fix classic
1 parent dc64b17 commit 40b4dc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sccala/scmlib/models/classic-hubble-free-scm.stan

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ model {
6464
mag_cut ~ normal(m_cut_nom,0.5);
6565
sigma_cut ~ normal(sig_cut_nom,0.25);
6666

67-
outl_frac ~ lognormal(-3,0.25);
68-
6967
for (i in 1:sn_idx) {
7068
target += sn_log_like[i];
7169
}

0 commit comments

Comments
 (0)