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 2c00036 commit e03b1b5Copy full SHA for e03b1b5
test/testsuite/random.jl
@@ -7,7 +7,7 @@
7
cpu_rng = Random.default_rng()
8
9
@testset "rand" begin # uniform
10
- for T in eltypes, d in (10, (10, 10), (128, 128))
+ @testset for T in eltypes, d in (10, (10, 10), (128, 128))
11
A = AT{T}(undef, d)
12
B = copy(A)
13
rand!(rng, A)
0 commit comments