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 bfbdfa6 commit 2071486Copy full SHA for 2071486
test/chainrulestests.jl
@@ -34,7 +34,7 @@ end
34
inds = [1,2]
35
A = skewhermitian(rand(m, m))
36
37
- test_rrule(SkewHermitian, A )#test constructor
+ test_rrule(SkewHermitian, A) # test constructor
38
39
test_rrule(pfaffian, A)#test pfaffian
40
test_rrule(pfaffian, SkewHermitian(A[inds, inds]))#test pfaffian of submatrix
0 commit comments