File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ StaticArraysCore = "1.4"
94
94
SymPy = " 2.2"
95
95
SymbolicIndexingInterface = " 0.3.14"
96
96
SymbolicLimits = " 0.2.2"
97
- SymbolicUtils = " 3.10 "
97
+ SymbolicUtils = " 3.14 "
98
98
TermInterface = " 2"
99
99
julia = " 1.10"
100
100
Original file line number Diff line number Diff line change @@ -302,14 +302,14 @@ end
302
302
end
303
303
end
304
304
305
- # @testset "cse with arrayops" begin
306
- # @variables x[1:3] y f(..)
307
- # t = x .+ y
308
- # t = t .* f(t)
309
- # res = cse(value(t))
310
- # @test res isa Let
311
- # @test !isempty(res.pairs)
312
- # end
305
+ @testset " cse with arrayops" begin
306
+ @variables x[1 : 3 ] y f (.. )
307
+ t = x .+ y
308
+ t = t .* f (t)
309
+ res = cse (value (t))
310
+ @test res isa Let
311
+ @test ! isempty (res. pairs)
312
+ end
313
313
314
314
@testset " `CallWithMetadata` in `DestructuredArgs` with `create_bindings = false`" begin
315
315
@variables x f (.. )
You can’t perform that action at this time.
0 commit comments