Skip to content

Commit 50819fb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8aed2d9 commit 50819fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_beliefpropagation.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ using Test: @test, @testset
5151
z_exact = reduce(*, [tn[v] for v in vertices(g)])[]
5252
@test abs(z_bp - z_exact) <= 1.0e-14
5353
end
54-

0 commit comments

Comments
 (0)