Skip to content

Commit

Permalink
Add missing imports to abstractmcmc.jl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed May 31, 2024
1 parent 2c38e17 commit d4a728c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/mcmc/abstractmcmc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ import AdvancedMH
using Distributions: sample
using Distributions.FillArrays: Zeros
import DynamicPPL
import ForwardDiff
using LinearAlgebra: I
import LogDensityProblems
import LogDensityProblemsAD
import Random
import ReverseDiff
using StableRNGs: StableRNG
using Test: @test, @test_throws, @testset
using Turing
Expand Down

0 comments on commit d4a728c

Please sign in to comment.