We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
strict=True
compare_mlx_and_py
1 parent 838a85d commit aa6504fCopy full SHA for aa6504f
tests/link/mlx/test_basic.py
@@ -54,7 +54,7 @@ def compare_mlx_and_py(
54
55
"""
56
if assert_fn is None:
57
- assert_fn = partial(np.testing.assert_allclose, rtol=1e-4)
+ assert_fn = partial(np.testing.assert_allclose, rtol=1e-4, strict=True)
58
59
if any(inp.owner is not None for inp in graph_inputs):
60
raise ValueError("Inputs must be root variables")
0 commit comments