Skip to content

Commit

Permalink
Update random.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Jan 4, 2025
1 parent cf21f9d commit 269bf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/random.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const OOPLACE_TUPLES = [[(Metal.rand, rand, T) for T in RAND_TYPES];
# out-of-place
@testset "out-of-place" begin
@testset "$fr with implicit type" for (fm, fr, T) in
((Metal.rand, rand, Float32), (Metal.randn, rand, Float32))
((Metal.rand, rand, Float32), (Metal.randn, randn, Float32))
rng = Metal.MPS.RNG()
@testset "args" for args in ((0,), (1,), (3,), (3, 3), (16,), (16, 16), (1000,), (1000,1000))
# default_rng
Expand Down

0 comments on commit 269bf1f

Please sign in to comment.