Skip to content

Commit 5b0333d

Browse files
committed
nrm2 on one line
1 parent 29e5851 commit 5b0333d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/rulesets/LinearAlgebra/blas.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,7 @@
3737
s = (dims[1] * incx, dims[2:N]...)
3838
n = div(prod(s), incx)
3939
test_rrule(
40-
BLAS.nrm2,
41-
n nothing,
42-
randn(T, s),
43-
incx nothing;
44-
atol=0,
45-
rtol=1e-5,
40+
BLAS.nrm2, n nothing, randn(T, s), incx nothing; atol=0, rtol=1e-5,
4641
)
4742
end
4843
end

0 commit comments

Comments
 (0)