Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```
Expand Down
5 changes: 4 additions & 1 deletion test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading