We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3114bb commit cf624deCopy full SHA for cf624de
test/test_generate_quantities.py
@@ -626,7 +626,7 @@ def test_opt_save_iterations(caplog: pytest.LogCaptureFixture) -> None:
626
627
# stan_variable
628
theta = bern_gqs.stan_variable(var='theta')
629
- assert theta.shape == (1,)
+ assert theta.shape == ()
630
y_rep = bern_gqs.stan_variable(var='y_rep')
631
assert y_rep.shape == (1, 10)
632
theta = bern_gqs.stan_variable(var='theta', inc_iterations=True)
0 commit comments