Skip to content

Commit 56161a9

Browse files
committed
import
1 parent f2118ba commit 56161a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ using ForwardDiff
1212
using LogDensityProblems
1313
using MacroTools
1414
using MCMCChains
15-
using Mooncake: Mooncake
1615
using StableRNGs
1716
using ReverseDiff
1817
using Zygote
@@ -46,6 +45,7 @@ USE_MOONCAKE = VERSION >= v"1.12"
4645

4746
if USE_MOONCAKE
4847
Pkg.add("Mooncake")
48+
using Mooncake: Mooncake
4949
end
5050

5151
@testset verbose = true "DynamicPPL.jl" begin

0 commit comments

Comments
 (0)