Skip to content

Commit

Permalink
fix tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Oct 25, 2024
1 parent f23d423 commit f47a849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/canonise.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ d = [1, 2, 2, 2, 4, 2, 2]
id = Dict(j => d[i] for (i, j) in enumerate(sites))

@testset "Random QMps ($T)" for T in (Float32, Float64)
checks = CUDA.functional() ? (true, false) : (false)
checks = CUDA.functional() ? (true, false) : (false, )
for toCUDA checks
ψ = rand(QMps{T}, id, D)
ϕ = rand(QMps{T}, id, D)
Expand Down

0 comments on commit f47a849

Please sign in to comment.