shawnbrown / datatest

Tools for test driven data-wrangling and data validation.
Other
294 stars 13 forks source link

Make None-vs-zero handling consistent #17

Closed shawnbrown closed 8 years ago

shawnbrown commented 8 years ago

Currently, comparison objects consider 0 == None to be False but the compare() method considers this to be True so this discrepancy is not returned in the list of differences.

shawnbrown commented 8 years ago

This is done: 08a27cd2078831d2e18e53ef030644f1cd125f2b