Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Apr 9, 2024
1 parent 21086ff commit 516dabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bp_2site.jl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ end
a22 = reshape(CuArray(E.e22), 1, size(E.e22, 1), 1, size(E.e22, 2))
E = @__dot__(a11 + a21 + a12 + a22)
E = reshape(E, size(E, 1) * size(E, 2), size(E, 3) * size(E, 4))
@test E == get_prop(cl_h1, src(e), dst(e), :en)
@test Array(E) == get_prop(cl_h1, src(e), dst(e), :en)
end
for e edges(new_cl_h1)
il1 = get_prop(new_cl_h1, src(e), dst(e), :ipl)
Expand Down

0 comments on commit 516dabb

Please sign in to comment.