M3 only inspects keyword atol=/rtol=. assert_allclose(a, b, 1e-8) (positional rtol) is missed. Also consider math.isclose/np.allclose support.
From the pre-release multi-perspective review (2026-07-03). Follow CONTRIBUTING.md; every change ships a true-positive test + a false-positive guard test.
M3 only inspects keyword atol=/rtol=.
assert_allclose(a, b, 1e-8)(positional rtol) is missed. Also consider math.isclose/np.allclose support.From the pre-release multi-perspective review (2026-07-03). Follow CONTRIBUTING.md; every change ships a true-positive test + a false-positive guard test.