File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
77EllipsisNotation = " da5c29d0-fa7d-589e-88eb-ea29b0a81949"
88FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
99GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
10- ITensorMPS = " 0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
1110ITensors = " 9136182c-28ba-11e9-034c-db9fb085ebd5"
1211JLArrays = " 27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
1312LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ using SafeTestsets: @safetestset
44 using Test: @testset
55 using NDTensors: NDTensors
66 @testset " $(@__DIR__ ) " begin
7- filenames = filter (readdir (@__DIR__ )) do f
8- startswith (" test_" )(f ) && endswith (" .jl" )(f )
7+ filenames = filter (readdir (@__DIR__ )) do file
8+ return startswith (" test_" )(file ) && endswith (" .jl" )(file )
99 end
10- for dir in [" lib" , " ext" , " ITensors " ]
10+ for dir in [" lib" , " ext" ]
1111 push! (filenames, joinpath (dir, " runtests.jl" ))
1212 end
1313 @testset " Test $(@__DIR__ ) /$filename " for filename in filenames
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ using .SiteTypes:
126126 op,
127127 op!,
128128 ops,
129+ siteind,
130+ siteinds,
129131 state
130132include (" lib/ITensorsSiteTypesExt/src/ITensorsSiteTypesExt.jl" )
131133include (" broadcast.jl" )
You can’t perform that action at this time.
0 commit comments