Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-aws committed Mar 20, 2024
1 parent 4bb490d commit ef05f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module Tests {
print "squared difference: ", diff * diff, "\n";
print "sigma squared: ", trueVariance / n as real, "\n";
}
expect diff * diff <= threshold, "Empirical mean should be within 3 sigma of true mean. This individual test may fail with probability of about 6.3e-5.";
expect diff * diff < threshold, "Empirical mean should be within 3 sigma of true mean. This individual test may fail with probability of about 6.3e-5.";
}

method TestUniformPowerOfTwo(n: nat, u: nat, r: DafnyVMC.Random)
Expand Down

0 comments on commit ef05f90

Please sign in to comment.