Skip to content

Commit

Permalink
test manellic bump criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed May 20, 2024
1 parent 5f5880e commit f63ece4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/manellic/testManellicTree.jl
Original file line number Diff line number Diff line change
Expand Up @@ -869,12 +869,12 @@ end

@show best_cov = abs.(Optim.minimizer(res))

@test isapprox([0.55; 0.55; 0.06], best_cov; atol=0.3)
@test isapprox([0.6; 0.6; 0.06], best_cov; atol=0.35)


mkd = ApproxManifoldProducts.manikde!_manellic(M,pts)

@test isapprox([0.55 0 0; 0 0.55 0; 0 0 0.06], getBW(mkd)[1]; atol=0.3)
@test isapprox([0.6 0 0; 0 0.6 0; 0 0 0.06], getBW(mkd)[1]; atol=0.35)


##
Expand Down

0 comments on commit f63ece4

Please sign in to comment.