We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60141e commit 0273eadCopy full SHA for 0273ead
test/pr.jl
@@ -23,7 +23,7 @@ using TensorInference
23
@info "Testing: $(problem_set_name)_$id"
24
tn = TensorNetworkModel(read_model(problem); optimizer, evidence=read_evidence(problem))
25
solution = log_probability(tn) / log(10) |> first
26
- @test isapprox(solution, read_solution(problem); atol = 1e-3)
+ @test isapprox(solution, read_solution(problem); atol = 1e-3, rtol=1e-3)
27
end
28
29
0 commit comments