|
331 | 331 |
|
332 | 332 | @testset "test propagateBelief w HeatmapSampler and init for PartialPriorPassThrough w Priors" begin |
333 | 333 | ## |
334 | | -@test_broken begin |
| 334 | + |
335 | 335 | fg = initfg() |
336 | 336 |
|
337 | 337 | v0 = addVariable!(fg, :x0, SpecialEuclidean2) |
@@ -390,8 +390,8 @@ doautoinit!(fg, :x0) |
390 | 390 | @test length(getPoints(getBelief(fg, :x0))) == getSolverParams(fg).N # 120 |
391 | 391 | # @info "PassThrough transfers the full point count to the graph, unless a product is calculated during the propagateBelief step." |
392 | 392 |
|
393 | | - |
394 | | - |
| 393 | +## |
| 394 | +# @test_broken begin |
395 | 395 | ## check the partials magic |
396 | 396 |
|
397 | 397 | dens, ipc = propagateBelief(fg,:x0,:) |
@@ -438,13 +438,13 @@ solveGraph!(fg); |
438 | 438 | ## check saveDFG (check consistency of packing converters above) |
439 | 439 |
|
440 | 440 |
|
441 | | -saveDFG("/tmp/passthru", fg) |
442 | | -fg_ = loadDFG("/tmp/passthru.tar.gz") |
443 | | -Base.rm("/tmp/passthru.tar.gz") |
| 441 | +saveDFG(joinpath(tempdir(),"passthru"), fg) |
| 442 | +fg_ = loadDFG(joinpath(tempdir(),"passthru.tar.gz")) |
| 443 | +Base.rm(joinpath(tempdir(),"passthru.tar.gz")) |
444 | 444 |
|
445 | | -@error "#FIXME test propagateBelief w HeatmapSampler ... broken on ci but not local" |
446 | | -return true |
447 | | -end |
| 445 | +# @error "#FIXME test propagateBelief w HeatmapSampler ... broken on ci but not local" |
| 446 | +# return true |
| 447 | +# end |
448 | 448 |
|
449 | 449 | ## |
450 | 450 | end |
|
531 | 531 |
|
532 | 532 |
|
533 | 533 | @testset "Test SpecialEuclidean(2) to TranslationGroup(2) multihypo" begin |
534 | | - |
535 | 534 | ## |
| 535 | + |
536 | 536 | fg = initfg() |
537 | 537 | # fg.solverParams.attemptGradients=false |
538 | 538 |
|
|
603 | 603 |
|
604 | 604 | @testset "Test SpecialEuclidean(2) to SpecialEuclidean(2) multihypo" begin |
605 | 605 | ## |
| 606 | + |
606 | 607 | fg = initfg() |
607 | 608 | # fg.solverParams.attemptGradients=false |
608 | 609 |
|
|
0 commit comments