Skip to content

Commit 99b404f

Browse files
committed
small change to one of the tests to prevent warning
1 parent 9e765cc commit 99b404f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/bootbayes.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ function print_output (stats, nboot, prob, prior, p, L, method, intercept_only)
545545
%! stats = bootbayes(repmat(heights,1,5));
546546
%! stats = bootbayes(heights,ones(10,1));
547547
%! stats = bootbayes(heights,[],2);
548-
%! stats = bootbayes(heights,[],[1;1;1;1;1;2;2;2;2;2]);
548+
%! stats = bootbayes(heights,[],[1;1;1;1;2;2;2;3;3;3]);
549549
%! stats = bootbayes(heights,[],[],1999);
550550
%! stats = bootbayes(heights,[],[],[],0.05);
551551
%! stats = bootbayes(heights,[],[],[],[0.025,0.975]);

0 commit comments

Comments
 (0)