Skip to content

Commit 984120b

Browse files
committed
Infinite Wrapper, LazyArrays 0.9
1 parent 5caeef2 commit 984120b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ FastTransforms = "≥ 0.4.2"
4343
FillArrays = "≥ 0.5.0"
4444
InfiniteArrays = "0.1"
4545
IntervalSets = "≥ 0.3.1"
46-
LazyArrays = "0.8.0"
46+
LazyArrays = "0.8, 0.9"
4747
LowRankApprox = "0.2"
4848
SpecialFunctions = "≥ 0.7.0"
4949
StaticArrays = "≥ 0.8.3"

src/Operators/Operator.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ macro wrapperstructure(Wrap)
461461
$ret
462462

463463
$func(D::$Wrap,k::Integer) = $func(D.op,k)
464+
$func(A::$Wrap,i::ApproxFunBase.Infinity) = $func(D.op,k)
464465
end
465466
end
466467

0 commit comments

Comments
 (0)