This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ChrisBarker
Recipients ChrisBarker, ezio.melotti, michael.foord, r.david.murray, rbcollins
Date 2016-06-03.19:48:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464983317.7.0.0626724981097.issue27198@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks,

I'll add the equation to the docstring and docs.

As for adding a rel_tol to assertAlmostEqual -- I think that's a bad idea -- it's a pretty different concept -- overloading the same method would be more confusing than anything else.

in isclose(), abs_tol is mostly there to support comparison to zero. delta, on the other hand, is consistent with assertAlmost eual in the sense that you need to know the order of magnitude of your values apriori.
History
Date User Action Args
2016-06-03 19:48:37ChrisBarkersetrecipients: + ChrisBarker, rbcollins, ezio.melotti, r.david.murray, michael.foord
2016-06-03 19:48:37ChrisBarkersetmessageid: <1464983317.7.0.0626724981097.issue27198@psf.upfronthosting.co.za>
2016-06-03 19:48:37ChrisBarkerlinkissue27198 messages
2016-06-03 19:48:37ChrisBarkercreate