Skip to content

Commit

Permalink
Find new seed for ADVI messages
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Feb 28, 2023
1 parent 0c8afa4 commit ecea1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit/variational/advi_messages_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class advi_test : public ::testing::Test {

model_ = new stan_model(data_var_context, 0, &model_stream_);
cont_params_ = Eigen::VectorXd::Zero(model_->num_params_r());
base_rng_.seed(3021828106u);
base_rng_.seed(12346565u);
model_stream_.str("");
log_stream_.str("");
parameter_stream_.str("");
Expand Down

0 comments on commit ecea1c9

Please sign in to comment.