From c0339922f84c14307057da0abd6a673a4b62a877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= <15837247+mofeing@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:19:05 +0000 Subject: [PATCH] Add comment --- test/integration/QrochetQuacExt_test.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/QrochetQuacExt_test.jl b/test/integration/QrochetQuacExt_test.jl index 3123f2d..eefaeeb 100644 --- a/test/integration/QrochetQuacExt_test.jl +++ b/test/integration/QrochetQuacExt_test.jl @@ -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