Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing authored Feb 16, 2024
1 parent e5c09ee commit c033992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/QrochetQuacExt_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
@test issetequal(inds(TensorNetwork(qftqtn), :open), siteinds)

# all inner indices are not sites
# TODO too strict condition. remove?
notsiteinds = setdiff(inds(TensorNetwork(qftqtn)), siteinds)
@test_skip issetequal(inds(TensorNetwork(qftqtn), :inner), notsiteinds)
end
Expand Down

0 comments on commit c033992

Please sign in to comment.