Skip to content

Commit c8cc71e

Browse files
Don't save egglog string in benchmark
1 parent 406cfbd commit c8cc71e

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
@@ -143,7 +143,7 @@ def test_source(self, snapshot_py, benchmark):
143143
assert benchmark(load_source, expr, egraph) == snapshot_py
144144

145145
def test_source_optimized(self, snapshot_py, benchmark):
146-
egraph = EGraph(save_egglog_string=True)
146+
egraph = EGraph()
147147
with egraph:
148148
expr = trace_lda(egraph)
149149
optimized_expr = egraph.simplify(expr, array_api_numba_schedule)

0 commit comments

Comments
 (0)