Skip to content

Commit fd80ddf

Browse files
enlage error
1 parent 8b205a6 commit fd80ddf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ namespace
5050
{
5151
public:
5252
PoissonSimulationRunner( const geode::BoundingBox2D& box )
53-
: box_( box ) {};
53+
: box_( box ){};
5454

5555
void add_set_descriptor( const SetDescription& descriptor )
5656
{
@@ -126,7 +126,7 @@ namespace
126126
statistic_monitoring.means[stat_id] - expected_means )
127127
/ expected_means;
128128

129-
OPENGEODE_EXCEPTION( target_vs_mean_error < 0.02,
129+
OPENGEODE_EXCEPTION( target_vs_mean_error < 0.05,
130130
"[MH test] statistic value ",
131131
statistic_monitoring.means[stat_id],
132132
" for energy term: ", term.name().data(),

0 commit comments

Comments
 (0)