Skip to content

Commit

Permalink
manellic bump test
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed May 20, 2024
1 parent 09b7da2 commit 94426c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/manellic/testManellicTree.jl
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,8 @@ end

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

@test isapprox([0.75 0 0; 0 0.75 0; 0 0 0.75], getBW(mkd)[1][1:3,1:3]; atol=0.4)
@test isapprox([0.06 0 0; 0 0.06 0; 0 0 0.06], getBW(mkd)[1][4:6,4:6]; atol=0.04)
@test isapprox([0.75 0 0; 0 0.75 0; 0 0 0.75], getBW(mkd)[1][1:3,1:3]; atol=0.5)
@test isapprox([0.07 0 0; 0 0.07 0; 0 0 0.07], getBW(mkd)[1][4:6,4:6]; atol=0.05)

##
end
Expand Down Expand Up @@ -951,7 +951,7 @@ end
##


@testset "Test utility functions for Gaussian products" begin
@testset "Test utility functions for Gaussian products, TranslationGroup(1)" begin
##

M = TranslationGroup(1)
Expand Down

0 comments on commit 94426c7

Please sign in to comment.