File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212This package resides in the ` ITensor/ITensorRegistry ` local registry.
1313In order to install, simply add that registry through your package manager.
1414This step is only required once.
15-
1615``` julia
1716julia> using Pkg: Pkg
1817
1918julia> Pkg. Registry. add (url= " https://github.com/ITensor/ITensorRegistry" )
2019```
21-
2220Then, the package can be added as usual through the package manager:
2321
24-
2522``` julia
2623julia> Pkg. add (" FusionTensors" )
2724```
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ using Test: @testset
1111 Aqua. test_deps_compat (FusionTensors)
1212 Aqua. test_piracies (FusionTensors)
1313 Aqua. test_persistent_tasks (FusionTensors)
14- # Aqua.test_deps_compat(testtarget)
14+
15+ # TODO fix test_stale_deps
16+ # TODO replace with Aqua.test_all
17+ # Aqua.test_stale_deps(FusionTensors)
1518end
1619end
You can’t perform that action at this time.
0 commit comments