We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88b42c commit 212ca12Copy full SHA for 212ca12
1 file changed
test/ForwardTest.jl
@@ -588,12 +588,9 @@ end
588
end
589
590
@testset "evaluate product of Zero and power" begin
591
- a = Variable("a", Upper(1))
592
- b = Variable("b", Lower(2))
+ p = dc.Power(Variable("a", Upper(1)), 2)
593
z = Zero(Upper(1))
594
595
- p = dc.BinaryOperation{dc.Mult}(a, b)
596
-
597
op1 = dc.BinaryOperation{dc.Mult}(p, z)
598
op2 = dc.BinaryOperation{dc.Mult}(z, p)
599
0 commit comments