From 80739aefcb599445c41be96e12b49cff10ca9e72 Mon Sep 17 00:00:00 2001 From: dehann Date: Wed, 19 Jul 2023 23:08:10 -0700 Subject: [PATCH] incr test cov Heatmap and LevelSet --- test/testHeatmapGridDensity.jl | 2 ++ test/testSpecialEuclidean2Mani.jl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/testHeatmapGridDensity.jl b/test/testHeatmapGridDensity.jl index fc751e846..a16202e19 100644 --- a/test/testHeatmapGridDensity.jl +++ b/test/testHeatmapGridDensity.jl @@ -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) diff --git a/test/testSpecialEuclidean2Mani.jl b/test/testSpecialEuclidean2Mani.jl index 52192d57c..1d42b5cc4 100644 --- a/test/testSpecialEuclidean2Mani.jl +++ b/test/testSpecialEuclidean2Mani.jl @@ -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 )