Skip to content

Commit

Permalink
Move typeparameteraccessor information to Project.toml instead of add…
Browse files Browse the repository at this point in the history
…ing in test file
  • Loading branch information
kmp5VT committed Dec 2, 2024
1 parent 8c14c8b commit 2ff6849
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NDTensors = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"

[sources]
TypeParameterAccessors = {url = "https://github.com/ITensor/TypeParameterAccessors.jl"}
2 changes: 0 additions & 2 deletions test/test_defaults.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
## TODO: These are broken, fix them. Also, split off into a
## seperate test file, and maybe make a package extension?
@eval module $(gensym())
using Pkg
Pkg.add(; url="https://github.com/ITensor/TypeParameterAccessors.jl")
using FillArrays: Fill, Zeros
using UnallocatedArrays: UnallocatedFill, UnallocatedZeros
using TypeParameterAccessors:
Expand Down

0 comments on commit 2ff6849

Please sign in to comment.