Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Apr 3, 2024
1 parent e7e96cb commit 9eabfff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_ttns.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ using Test: @test, @testset
S1 = contract(s1, root_vertex)
end
@test norm(S - S1) < 1e2 * cutoff
@test norm(S - S2) < 1e2 * cutoff
@test norm(S - S3) < 1e2 * cutoff
@test norm(S - S4) < 1e2 * cutoff
end

@testset "Ortho" begin
Expand Down

0 comments on commit 9eabfff

Please sign in to comment.