We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cc24c commit d71da0dCopy full SHA for d71da0d
NDTensors/src/lib/BlockSparseArrays/test/test_basics.jl
@@ -36,8 +36,6 @@ using .NDTensorsTestUtils: devices_list, is_supported_eltype
36
@testset "BlockSparseArrays (dev=$dev, eltype=$elt)" for dev in devices_list(copy(ARGS)),
37
elt in (Float32, Float64, Complex{Float32}, Complex{Float64})
38
39
- @show dev, elt
40
-
41
if !is_supported_eltype(dev, elt)
42
continue
43
end
0 commit comments