Skip to content

Commit 5f1f8ff

Browse files
committed
Import topological_sort in CSE test
1 parent 3530de6 commit 5f1f8ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/cse.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
using SymbolicUtils, SymbolicUtils.Code, Test
2+
using SymbolicUtils.Code: topological_sort
3+
24
@testset "CSE" begin
35
@syms x
46
t = cse(hypot(hypot(cos(x), sin(x)), atan(cos(x), sin(x))))

0 commit comments

Comments
 (0)