Skip to content

Commit cf624de

Browse files
committed
Test fixes
1 parent e3114bb commit cf624de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_generate_quantities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def test_opt_save_iterations(caplog: pytest.LogCaptureFixture) -> None:
626626

627627
# stan_variable
628628
theta = bern_gqs.stan_variable(var='theta')
629-
assert theta.shape == (1,)
629+
assert theta.shape == ()
630630
y_rep = bern_gqs.stan_variable(var='y_rep')
631631
assert y_rep.shape == (1, 10)
632632
theta = bern_gqs.stan_variable(var='theta', inc_iterations=True)

0 commit comments

Comments
 (0)