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 02d33db commit 4d43eb5Copy full SHA for 4d43eb5
test/test_contractnetwork.jl
@@ -33,6 +33,6 @@ using Test: @test, @testset
33
z1 = contractnetwork(tn; sequence_alg="optimal")[]
34
z2 = contractnetwork(tn; sequence_alg="leftassociative")[]
35
36
- @test abs(z1 - z2) / abs(z1) <= 1e-14
+ @test abs(z1 - z2) / abs(z1) <= 1e3*eps(Float64)
37
end
38
0 commit comments