Skip to content

Commit

Permalink
correct a test code
Browse files Browse the repository at this point in the history
  • Loading branch information
maverickg committed Oct 25, 2013
1 parent e95c8a7 commit 1a89615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstan/example/test.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ if (!identical(fit4@sim$fnames_oi, fit4par_fnames_oi) ||
if (!identical(fit4@sim$pars_oi, c('y2', 'lp__')))
message('pars_oi for fit4@sim is not as expected')

fit4dims_oi <- list(y2 = c(4L, 4L), lp__ = integer(0))
fit4dims_oi <- list(y2 = c(4, 4), lp__ = numeric(0))
if (!identical(fit4@sim$dims_oi, fit4dims_oi))
message('dims_oi for fit4@sim is not as expected')

Expand Down

0 comments on commit 1a89615

Please # to comment.