Skip to content

Commit

Permalink
Merge pull request #1759 from JuliaRobotics/23Q3/test/showhgdlsg
Browse files Browse the repository at this point in the history
incr test cov Heatmap and LevelSet
  • Loading branch information
dehann authored Jul 21, 2023
2 parents ea00acb + 80739ae commit fb7f4f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testHeatmapGridDensity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ end
println("build a HeatmapGridDensity")
hgd = IIF.HeatmapGridDensity(img, (x,y), nothing, 0.07; N=1000)

@show hgd

println("test packing converters")
# check conversions to packed types
phgd = convert(PackedSamplableBelief, hgd)
Expand Down
2 changes: 2 additions & 0 deletions test/testSpecialEuclidean2Mani.jl
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ x_,y_ = ([-9:2.0:9;],[-9:2.0:9;])
hmd = LevelSetGridNormal(img_, (x_,y_), 5.5, 0.1, N=120)
pthru = PartialPriorPassThrough(hmd, (1,2))

@show hmd

## quick

pf = convert( AbstractPackedFactor, pthru )
Expand Down

0 comments on commit fb7f4f7

Please sign in to comment.