Skip to content

Commit 7f7a879

Browse files
committed
HeatmapSampler optional with requires only
1 parent fc3500b commit 7f7a879

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/IncrementalInference.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ include("entities/FactorGradients.jl")
420420

421421
# Special belief types for sampling as a distribution
422422
include("entities/AliasScalarSampling.jl")
423-
include("services/HeatmapSampler.jl")
424423

425424
include("entities/BeliefTypes.jl")
426425

@@ -514,7 +513,7 @@ function __init__()
514513
@require InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" include("RequireInteractiveUtils.jl")
515514
@require Gadfly="c91e804a-d5a3-530f-b6f0-dfbca275c004" include("EmbeddedPlottingUtils.jl")
516515
@require DifferentialEquations="0c46a032-eb83-5123-abaf-570d42b7fbaa" include("ODE/DERelative.jl")
517-
@require Interpolations="a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" include("HeatmapSampler.jl")
516+
@require Interpolations="a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" include("services/HeatmapSampler.jl")
518517

519518
# combining neural networks natively into the non-Gaussian factor graph object
520519
@require Flux="587475ba-b771-5e3f-ad9e-33799f191a9c" begin

0 commit comments

Comments
 (0)