Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into twitterGH-392
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael G. Noll committed Jan 12, 2015
2 parents 413038d + 2b42f32 commit e842152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ class CMSFunctionsSpec extends PropSpec with PropertyChecks with Matchers {
// For all i > 709 this test break because of precision limits: For all i > 709 will return 0.0, which is not the
// mathematically correct value but rather the asymptote of delta.
val maxI = 709
forAll(Gen.choose(0, maxI)) { (i: Int) =>
forAll((Gen.choose(1, maxI), "depth")) { (i: Int) =>
CMSFunctions.depth(CMSFunctions.delta(i)) should be(i)
}
}
Expand Down

0 comments on commit e842152

Please # to comment.