Skip to content

Commit

Permalink
Alter final test to work on Windows/Ubuntu V2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyT1994 committed Apr 25, 2024
1 parent f32f301 commit f61d8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_belief_propagation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ using Test: @test, @testset

eigs = Float64.(eigvals(rdm))
@test size(rdm) == (2^length(vs), 2^length(vs))
@test minimum(eigs) >= 0
@test minimum(eigs) >= -eps(typeof(minimum(eigs)))
end
end

0 comments on commit f61d8c3

Please sign in to comment.