Skip to content

Commit

Permalink
fix add missing package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Nov 18, 2023
1 parent eb38ddc commit 4e4b779
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/MCMCTesting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ export
simulate_ranks,
rankplot

using HypothesisTests
using MultipleTesting
using ProgressMeter
using Random
using StatsBase


"""
sample_joint(rng, model)
Expand Down

0 comments on commit 4e4b779

Please sign in to comment.