We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c42e2 commit a94565eCopy full SHA for a94565e
Project.toml
@@ -20,7 +20,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
20
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
21
22
[compat]
23
-ApproxFunBase = "0.7.59"
+ApproxFunBase = "0.7.64"
24
ApproxFunBaseTest = "0.1"
25
Aqua = "0.5"
26
BandedMatrices = "0.16, 0.17"
test/ChebyshevTest.jl
@@ -423,4 +423,10 @@ using ApproxFunOrthogonalPolynomials: forwardrecurrence
423
end
424
425
426
+
427
+ @testset "inference in SumSpace" begin
428
+ s = Chebyshev() + Chebyshev(0..1)
429
+ blk = @inferred ApproxFunBase.block(s, 2)
430
+ @test Int(blk) == 1
431
+ end
432
0 commit comments