Skip to content

Commit 3e00cbd

Browse files
Fix test as per Lyndon's suggestion
Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au>
1 parent 647f9e8 commit 3e00cbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/differentials.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
@test wirtinger_conjugate(w) == 2+2im
66
@test w + w == Wirtinger(2+2im, 4+4im)
77

8+
@testset w + 1 == w + Thunk(()->1) == Wirtinger(2+1im, 2+2im)
89
@test w * 2 == 2 * w == Wirtinger(2 + 2im, 4 + 4im)
910

1011
# TODO: other + methods stack overflow

0 commit comments

Comments
 (0)