Skip to content

Commit 2cce6e6

Browse files
ix
1 parent 78dce49 commit 2cce6e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ namespace
238238
runner.initialize();
239239

240240
constexpr geode::index_t steps = 1000;
241-
constexpr geode::index_t nb_realizations = 500;
241+
constexpr geode::index_t nb_realizations = 750;
242242

243243
runner.run( engine, steps );
244244
auto stats = runner.run_print_and_monitor(
@@ -262,7 +262,7 @@ namespace
262262
box.add_point( geode::Point2D{ { 10.0, 10.0 } } );
263263

264264
std::array< double, 3 > gamma_values{ 0, 0.5, 1.0 };
265-
std::array< double, 3 > nb_points01{ 3.4, 5, 10.0 };
265+
std::array< double, 3 > nb_points01{ 3.5, 5, 10.0 };
266266
std::array< double, 3 > nb_points02{ 14, 21, 40.0 };
267267
std::array< double, 3 > nb_points03{ 11, 16, 30. };
268268
std::array< double, 3 > nb_interactions01{ 0, 15, 95 };

0 commit comments

Comments
 (0)