Skip to content

Commit

Permalink
Forgotten pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloskath committed Aug 23, 2024
1 parent f716bab commit f06d8c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/tests/test_reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ def test_expand_sums(self):
z_npy = np.sum(y_npy, axis=a) / 1000
z_mlx = mx.sum(y_mlx, axis=a) / 1000
mx.eval(z_mlx)
if not np.allclose(z_npy, np.array(z_mlx), atol=1e-4):
import pdb

pdb.set_trace()
self.assertTrue(
np.allclose(z_npy, np.array(z_mlx), atol=1e-4)
)
Expand Down

0 comments on commit f06d8c2

Please sign in to comment.