Skip to content

Commit 80e544c

Browse files
committed
update
1 parent 6714779 commit 80e544c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/belief.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ end
5656
tnet = TensorNetworkModel(mps_uai)
5757
mars_tnet = marginals(tnet)
5858
for v in 1:TensorInference.num_variables(bp)
59-
@test mars[[v]] mars_tnet[[v]] atol=1e-4
59+
@test mars[[v]] mars_tnet[[v]] atol=1e-3
6060
end
6161
end
6262

@@ -119,4 +119,4 @@ end
119119
@test mars[[v]] mars_tnet[[v]] atol=1e-2
120120
end
121121
end
122-
end
122+
end

0 commit comments

Comments
 (0)