Skip to content

Commit

Permalink
update Project.toml and fix rebase result
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Jan 5, 2024
1 parent a2c90c9 commit dc552e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ HalfIntegers = "1"
LRUCache = "1.0.2"
PackageExtensionCompat = "1"
Strided = "2"
TensorOperations = "4.0.6 - 4.0.7"
TensorOperations = "4.1"
TupleTools = "1.1"
VectorInterface = "0.4"
WignerSymbols = "1,2"
Expand Down
2 changes: 1 addition & 1 deletion test/planar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ end
@planar C1[i; j] := A[i; k l] * τ[k l; m n] * B[m n; j]
@planar contractcheck = true C2[i; j] := A[i; k l] * τ[k l; m n] * B[m n; j]
@test C1 C2
@test_throws SpaceMismatch("incompatible spaces for l: $V$(V')") begin
@test_throws SpaceMismatch("incompatible spaces for m: $V$(V')") begin
@planar contractcheck = true C3[i; j] := A[i; k l] * τ[k l; m n] * B[n j; m]
end
end
Expand Down

0 comments on commit dc552e9

Please sign in to comment.