Skip to content

Commit a00df5d

Browse files
committed
fix import export HMS
1 parent f8b22ef commit a00df5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/IncrementalInference.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ export *,
395395
reshapeVec2Mat,
396396
accumulateFactorChain
397397

398+
# more optional exports
399+
export HeatmapDensityRegular
398400

399401

400402
export buildCliqSubgraph_StateMachine

src/services/HeatmapSampler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@info "Including Interpolations related functions in IncrementalInference."
44

5-
# using Interpolations
5+
using .Interpolations
66

77
# only export on Requires.jl
88
export HeatmapDensityRegular

0 commit comments

Comments
 (0)