Skip to content

Commit 60eb9db

Browse files
Update to newest version
1 parent 11185b7 commit 60eb9db

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/tests/test_array_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def test_polynomial_factoring(input_expr: Value, expected: Value):
482482
# if calling as script, print out egglog source for test
483483
# similar to jit, but don't include pyobject parts so it works in vanilla egglog
484484
if __name__ == "__main__":
485-
print("Generating egglog source for test")
485+
print("Generating egglog source for lda")
486486
egraph, _, _, program = function_to_program(lda, True)
487487
egraph.register(program.compile())
488488
egraph.run(array_api_program_gen_combined_ruleset.saturate())

0 commit comments

Comments
 (0)