Skip to content

Commit 2071486

Browse files
Gertianstevengj
andauthored
Update test/chainrulestests.jl
Co-authored-by: Steven G. Johnson <[email protected]>
1 parent bfbdfa6 commit 2071486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/chainrulestests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ end
3434
inds = [1,2]
3535
A = skewhermitian(rand(m, m))
3636

37-
test_rrule(SkewHermitian, A )#test constructor
37+
test_rrule(SkewHermitian, A) # test constructor
3838

3939
test_rrule(pfaffian, A)#test pfaffian
4040
test_rrule(pfaffian, SkewHermitian(A[inds, inds]))#test pfaffian of submatrix

0 commit comments

Comments
 (0)