Skip to content

Commit

Permalink
Clean up RepeatSamplerTests preamble
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Nov 28, 2024
1 parent 4beb463 commit 1041449
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions test/mcmc/repeat_sampler.jl
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
module HMCTests
module RepeatSamplerTests

using ..Models: gdemo_default
using ..ADUtils: ADTypeCheckContext
using ..NumericalTests: check_gdemo, check_numerical
import ..ADUtils
using Distributions: Bernoulli, Beta, Categorical, Dirichlet, Normal, Wishart, sample
import DynamicPPL
using DynamicPPL: Sampler
import ForwardDiff
using HypothesisTests: ApproximateTwoSampleKSTest, pvalue
import ReverseDiff
using LinearAlgebra: I, dot, vec
import Random
using StableRNGs: StableRNG
using StatsFuns: logistic
import Mooncake
using Test: @test, @test_logs, @testset, @test_throws
using Test: @test, @testset
using Turing

# RepeatedSampler only really makes sense as a component sampler of Gibbs.
Expand Down

0 comments on commit 1041449

Please sign in to comment.