]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Get rid of the contains_strict() methods and compare against ABS_TOL.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 11 Oct 2016 14:33:56 +0000 (10:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 11 Oct 2016 14:33:56 +0000 (10:33 -0400)
Since we're comparing floating point numbers in the containment tests,
we should be doing it against a tolerance. But then, it becomes
pointless to distinguish between strict and non-strict containment.
So, this commit leaves only the __contains__() methods and checks
against options.ABS_TOL.


No differences found