Skip to content

Commit 4b5294d

Browse files
committed
update truncation deprecations
1 parent 36bf5a4 commit 4b5294d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/auxiliary/deprecate.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Base.@deprecate insertunit(P::ProductSpace, args...; kwargs...) insertleftunit(a
5656
# truncations
5757
const TruncationScheme = MatrixAlgebraKit.TruncationStrategy
5858
@deprecate truncdim(d::Int) truncrank(d)
59-
@deprecate truncbelow(ϵ::Real) trunctol(ϵ)
59+
@deprecate truncbelow(ϵ::Real) trunctol(; atol = ϵ)
60+
@deprecate truncerr(ϵ::Real) truncerror(ϵ)
6061

6162
# factorizations
6263
# --------------

0 commit comments

Comments
 (0)