Skip to content

Commit

Permalink
Defer ITensorNetworks instantiation to test time
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Sep 11, 2024
1 parent a487c9e commit f4f32ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
DeltaArrays = "10b0fc19-5ccc-4427-889b-d75dd6306188"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
ITensorNetworks = "2919e153-833c-4bdc-8836-1ea460a35fc7"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
4 changes: 4 additions & 0 deletions test/integration/ITensorNetworks_test.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# breaks in instantiation on Julia 1.9
using Pkg
Pkg.add("ITensorNetworks")

@testset "ITensorNetworks" begin
using ITensors: ITensors, ITensor, Index, array
using ITensorNetworks: ITensorNetwork, vertices
Expand Down

0 comments on commit f4f32ea

Please sign in to comment.