Skip to content

Commit

Permalink
Fix unexisting variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Jul 7, 2024
1 parent 53fc4f3 commit 3c7bf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/KrylovKit_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

# Ensure the reconstruction is correct
reconstructed_tensor_perm = Tensor(reconstructed_matrix_perm, (:j, :i))
@test isapprox(reconstructed_tensor_perm, tensor_permuted)
@test isapprox(reconstructed_tensor_perm, transpose(tensor))

@test parent(reconstructed_tensor) parent(transpose(reconstructed_tensor_perm))

Expand Down

0 comments on commit 3c7bf85

Please sign in to comment.