Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua committed Sep 15, 2023
1 parent b38166f commit e332b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cuda/linalg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ T = Float32
@test eltype(NL) == T

SL = GraphSignals.scaled_laplacian(fg, T)
@test SL isa CuMatrix{T}
@test collect(SL) T.(scaled_lap)
@test eltype(SL) == T

Expand Down

0 comments on commit e332b4d

Please sign in to comment.