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 11name = " TensorKit"
22uuid = " 07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
3- version = " 0.16.3 "
3+ version = " 0.17.0 "
44authors = [" Jutho Haegeman, Lukas Devos" ]
55
66[deps ]
@@ -38,7 +38,7 @@ projects = ["test"]
3838
3939[compat ]
4040Adapt = " 4"
41- CUDA = " 5.9 "
41+ CUDA = " 6 "
4242ChainRulesCore = " 1"
4343Dictionaries = " 0.4"
4444FiniteDifferences = " 0.12"
@@ -55,5 +55,5 @@ TensorKitSectors = "0.3.6"
5555TensorOperations = " 5.1"
5656TupleTools = " 1.5"
5757VectorInterface = " 0.4.8, 0.5"
58- cuTENSOR = " 2 "
58+ cuTENSOR = " 6 "
5959julia = " 1.10"
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ for V in spacelist
373373
374374 d1, d2 = dim (codomain (t)), dim (domain (t))
375375 r = rank (t)
376- @test r == min (d1, d2)
376+ @test r ≈ min (d1, d2)
377377 @test typeof (r) == typeof (d1)
378378 M = left_null (t)
379379 @test @constinferred (rank (M)) + r ≈ d1
You can’t perform that action at this time.
0 commit comments