Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Remove BigFloat for v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Aug 24, 2023
1 parent 5be72d3 commit 25fcf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const rng = StableRNG(12345)

@testset "Array Type: $init $T" for init in [kaiming_uniform, kaiming_normal,
glorot_uniform, glorot_normal, truncated_normal], T in (Float16, Float32,
Float64, BigFloat)
Float64)
@test typeof(init(T, 3)) == Array{T, 1}
@test typeof(init(rng, T, 3)) == Array{T, 1}
@test typeof(init(T, 3, 5)) == Array{T, 2}
Expand Down

0 comments on commit 25fcf9c

Please sign in to comment.