Skip to content

Commit

Permalink
Delete extraneous printing
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 7, 2024
1 parent 49cc24c commit d71da0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NDTensors/src/lib/BlockSparseArrays/test/test_basics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ using .NDTensorsTestUtils: devices_list, is_supported_eltype
@testset "BlockSparseArrays (dev=$dev, eltype=$elt)" for dev in devices_list(copy(ARGS)),
elt in (Float32, Float64, Complex{Float32}, Complex{Float64})

@show dev, elt

if !is_supported_eltype(dev, elt)
continue
end
Expand Down

0 comments on commit d71da0d

Please sign in to comment.