Skip to content

Commit 55f8564

Browse files
committed
Fix another test
1 parent 8ece8a2 commit 55f8564

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/base/test_sitetype.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ end
322322
end
323323

324324
@testset "siteind defined by siteind overload" begin
325-
ITensors.siteind(::SiteType"Test2") = Index(4, "Test2")
325+
# TODO: Make `ITensors.siteind` accessible? Or delete this test?
326+
ITensors.SiteTypes.siteind(::SiteType"Test2") = Index(4, "Test2")
326327
s = siteind("Test2", 3)
327328
@test dim(s) == 4
328329
@test hastags(s, "Test2,n=3")

0 commit comments

Comments
 (0)