Skip to content

Commit 6ac7f3c

Browse files
Fix typo in random tests (#514)
1 parent de8eed5 commit 6ac7f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const OOPLACE_TUPLES = [[(Metal.rand, rand, T) for T in RAND_TYPES];
161161
# out-of-place
162162
@testset "out-of-place" begin
163163
@testset "$fr with implicit type" for (fm, fr, T) in
164-
((Metal.rand, rand, Float32), (Metal.randn, rand, Float32))
164+
((Metal.rand, rand, Float32), (Metal.randn, randn, Float32))
165165
rng = Metal.MPS.RNG()
166166
@testset "args" for args in ((0,), (1,), (3,), (3, 3), (16,), (16, 16), (1000,), (1000,1000))
167167
# default_rng

0 commit comments

Comments
 (0)