Skip to content

Commit 8fdc892

Browse files
adjust number
1 parent 2cce6e6 commit 8fdc892

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
@@ -204,7 +204,7 @@ namespace
204204

205205
std::array< double, 5 > gamma_values{ 0, 0.3, 0.5, 0.7, 1.0 };
206206
std::array< double, 5 > nb_points{ 22.6, 27.4, 31.3, 36.1, 50. };
207-
std::array< double, 5 > nb_interactions{ 0, 4, 8, 13, 36 };
207+
std::array< double, 5 > nb_interactions{ 0, 4, 8, 14, 36 };
208208

209209
for( const auto config : geode::Range{ gamma_values.size() } )
210210
{

0 commit comments

Comments
 (0)