Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
willow-ahrens committed Nov 22, 2024
1 parent e83da00 commit d6f5599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ using Finch.FinchNotation: finch_unparse_program, @finch_program_instance
let
A_tns = Tensor(Dense(Dense(Dense(Element(0.0)))), zeros(3, 3, 3))
A_sw = swizzle(A_tns, 2, 3, 1)
A_tns == A_sw
A_tns == A_sw #fails
end

#https://github.com/finch-tensor/Finch.jl/issues/524
Expand Down

0 comments on commit d6f5599

Please sign in to comment.