Skip to content

Commit 8ba1cca

Browse files
committed
remove Float16 test
1 parent 66beb83 commit 8ba1cca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/bounds/bounds.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ end
7373
@test point _bound && point bound
7474
end
7575

76-
@testset "interface - NoBounds, $T, D=$D" for T in [Float16, Float32, Float64], D in 1:20
76+
@testset "interface - NoBounds, $T, D=$D" for T in [Float32, Float64], D in 1:20
7777
# creation, inspection
7878
bound = Bounds.NoBounds(T, D)
7979
@test bound == Bounds.NoBounds{T}(D)

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using StableRNGs
88
using StatsBase
99
using Test
1010

11-
rng = StableRNG(8425)
11+
rng = StableRNG(1234)
1212
AbstractMCMC.setprogress!(get(ENV, "CI", "false") == "false")
1313

1414
include("utils.jl")

0 commit comments

Comments
 (0)