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 12
12
This package resides in the ` ITensor/ITensorRegistry ` local registry.
13
13
In order to install, simply add that registry through your package manager.
14
14
This step is only required once.
15
-
16
15
``` julia
17
16
julia> using Pkg: Pkg
18
17
19
18
julia> Pkg. Registry. add (url= " https://github.com/ITensor/ITensorRegistry" )
20
19
```
21
-
22
20
Then, the package can be added as usual through the package manager:
23
21
24
-
25
22
``` julia
26
23
julia> Pkg. add (" FusionTensors" )
27
24
```
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ using Test: @testset
11
11
Aqua. test_deps_compat (FusionTensors)
12
12
Aqua. test_piracies (FusionTensors)
13
13
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)
15
18
end
16
19
end
You can’t perform that action at this time.
0 commit comments