Skip to content

Commit 3838559

Browse files
committed
fix JET complaint
1 parent 49b1536 commit 3838559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface/decompositions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ for more information.
214214
"""
215215
@algdef CUSOLVER_Randomized
216216

217-
does_truncate(::CUSOLVER_Randomized) = true
217+
does_truncate(::TruncatedAlgorithm{<:CUSOLVER_Randomized}) = true
218218

219219
"""
220220
CUSOLVER_Simple()

0 commit comments

Comments
 (0)