We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e00cbd commit 40e8193Copy full SHA for 40e8193
test/differentials.jl
@@ -5,7 +5,7 @@
5
@test wirtinger_conjugate(w) == 2+2im
6
@test w + w == Wirtinger(2+2im, 4+4im)
7
8
- @testset w + 1 == w + Thunk(()->1) == Wirtinger(2+1im, 2+2im)
+ @test w + 1 == w + Thunk(()->1) == Wirtinger(2+1im, 2+2im)
9
@test w * 2 == 2 * w == Wirtinger(2 + 2im, 4 + 4im)
10
11
# TODO: other + methods stack overflow
0 commit comments