Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willow-ahrens committed Nov 22, 2024
1 parent e51b2df commit e83da00
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 #fails
A_tns == A_sw
end

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

0 comments on commit e83da00

Please sign in to comment.