Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 8e867e8

Browse files
author
ariddell
committed
TST: update test, <- raises an error now.
1 parent 42add1e commit 8e867e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystan/tests/test_rstan_stanfit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_init_zero_exception_inf_grad(self):
1616
real x;
1717
}
1818
model {
19-
lp__ <- 1 / log(x);
19+
target += 1 / log(x);
2020
}
2121
"""
2222
sm = StanModel(model_code=code)

0 commit comments

Comments
 (0)