Muri
Muri copied to clipboard
Update matching.py fix a bug in my_cmp
In math.isclose, when y is equal to 0, the relative difference is equal to 1, so it can't work correctly. We should use abs difference.