Skip to content

Commit

Permalink
Test if pedantic works for codspeed
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Feb 27, 2025
1 parent 3489a6b commit 95ed3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_array_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def test_optimize(self, snapshot_py, benchmark):
y = NDArray.var("y")
with egraph.set_current():
expr = lda(X, y)
simplified = benchmark(simplify_lda, egraph, expr)
simplified = benchmark.pendatic(simplify_lda, args=(egraph, expr))
assert str(simplified) == snapshot_py

# @pytest.mark.xfail(reason="Original source is not working")
Expand Down

0 comments on commit 95ed3e8

Please sign in to comment.