Skip to content

Commit

Permalink
update test value
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Mar 14, 2024
1 parent 096dafc commit 0169c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ TEST(SourceSNRDistribution, simpleTest) {
}
R2_mean/=100000.;
Z_mean/=100000.;
EXPECT_NEAR(64.4, R2_mean, 1.);
EXPECT_NEAR(100.306, R2_mean, 1);
EXPECT_NEAR(0., Z_mean, 0.1);
}

Expand Down

0 comments on commit 0169c10

Please sign in to comment.