Skip to content

Commit fad0f86

Browse files
committed
rm comment
1 parent 591a161 commit fad0f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TreeMessageUtils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ function addLikelihoodsDifferentialCHILD!(cliqSubFG::AbstractDFG,
313313
# calculate the general deconvolution between variables
314314
pts, = approxDeconv(tfg, afc.label, solveKey) # solveFactorMeasurements
315315
# @show sft
316-
newBel = manikde!(pts, sft) # getManifolds(sft)
316+
newBel = manikde!(pts, sft)
317317
# replace dummy factor with real deconv factor using manikde approx belief measurement
318318
fullFct = _sft(newBel)
319319
deleteFactor!(tfg, afc.label)

0 commit comments

Comments
 (0)