Skip to content

Commit 5953909

Browse files
committed
Fix namespace issue
1 parent ab13437 commit 5953909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using MatrixAlgebraKit
22
using Test
33
using TestExtras
44
using MatrixAlgebraKit: LAPACK_SVDAlgorithm, NoTruncation, PolarViaSVD, TruncatedAlgorithm,
5-
default_algorithm, select_algorithm
5+
TruncationKeepBelow, default_algorithm, select_algorithm
66

77
@testset "default_algorithm" begin
88
A = randn(3, 3)

0 commit comments

Comments
 (0)