diff --git a/README.md b/README.md index c0ddcbf..1ba43b1 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,13 @@ This package resides in the `ITensor/ITensorRegistry` local registry. In order to install, simply add that registry through your package manager. This step is only required once. - ```julia julia> using Pkg: Pkg julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry") ``` - Then, the package can be added as usual through the package manager: - ```julia julia> Pkg.add("FusionTensors") ``` diff --git a/test/test_aqua.jl b/test/test_aqua.jl index dde4d5f..d4010bc 100644 --- a/test/test_aqua.jl +++ b/test/test_aqua.jl @@ -11,6 +11,9 @@ using Test: @testset Aqua.test_deps_compat(FusionTensors) Aqua.test_piracies(FusionTensors) Aqua.test_persistent_tasks(FusionTensors) - #Aqua.test_deps_compat(testtarget) + + # TODO fix test_stale_deps + # TODO replace with Aqua.test_all + # Aqua.test_stale_deps(FusionTensors) end end