Skip to content

Commit c005804

Browse files
Fix name
1 parent 95ed3e8 commit c005804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_array_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def test_optimize(self, snapshot_py, benchmark):
412412
y = NDArray.var("y")
413413
with egraph.set_current():
414414
expr = lda(X, y)
415-
simplified = benchmark.pendatic(simplify_lda, args=(egraph, expr))
415+
simplified = benchmark.pedantic(simplify_lda, args=(egraph, expr))
416416
assert str(simplified) == snapshot_py
417417

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

0 commit comments

Comments
 (0)