Skip to content

Commit fb7f4f7

Browse files
authored
Merge pull request #1759 from JuliaRobotics/23Q3/test/showhgdlsg
incr test cov Heatmap and LevelSet
2 parents ea00acb + 80739ae commit fb7f4f7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/testHeatmapGridDensity.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ end
2929
println("build a HeatmapGridDensity")
3030
hgd = IIF.HeatmapGridDensity(img, (x,y), nothing, 0.07; N=1000)
3131

32+
@show hgd
33+
3234
println("test packing converters")
3335
# check conversions to packed types
3436
phgd = convert(PackedSamplableBelief, hgd)

test/testSpecialEuclidean2Mani.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ x_,y_ = ([-9:2.0:9;],[-9:2.0:9;])
342342
hmd = LevelSetGridNormal(img_, (x_,y_), 5.5, 0.1, N=120)
343343
pthru = PartialPriorPassThrough(hmd, (1,2))
344344

345+
@show hmd
346+
345347
## quick
346348

347349
pf = convert( AbstractPackedFactor, pthru )

0 commit comments

Comments
 (0)