Skip to content

Commit

Permalink
test: temporarily comment test requiring SymbolicUtils changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Feb 4, 2025
1 parent 3ccd9db commit eced900
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/build_function.jl
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,14 @@ end
end
end

@testset "cse with arrayops" begin
@variables x[1:3] y f(..)
t = x .+ y
t = t .* f(t)
res = cse(value(t))
@test res isa Let
@test !isempty(res.pairs)
end
# @testset "cse with arrayops" begin
# @variables x[1:3] y f(..)
# t = x .+ y
# t = t .* f(t)
# res = cse(value(t))
# @test res isa Let
# @test !isempty(res.pairs)
# end

@testset "`CallWithMetadata` in `DestructuredArgs` with `create_bindings = false`" begin
@variables x f(..)
Expand Down

0 comments on commit eced900

Please sign in to comment.