Skip to content

Commit bf3e8b8

Browse files
reduce number of realisation
1 parent 5e669b8 commit bf3e8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/stochastic/sampling/mcmc/test-mh-strauss.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ namespace
319319
"/sim_point_multitype_strauss_test" );
320320

321321
geode::SimulationConfigurator sim_config;
322-
sim_config.realizations = 1000;
322+
sim_config.realizations = 750;
323323
sim_config.metropolis_hasting_steps = 1000;
324324
sim_config.burn_in_steps = 1000;
325325
sim_config.printer = printer_config;

0 commit comments

Comments
 (0)