Skip to content

Commit 725b661

Browse files
committed
bugfix
1 parent ad47f3d commit 725b661

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/precompile.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ using SnoopPrecompile
44
splist = Any[Jacobi(1, 1), Chebyshev(), Ultraspherical(1)]
55
append!(splist, Any[Jacobi(1, 1, 0..1), Chebyshev(0..1), Ultraspherical(1, 0..1)])
66
push!(splist, Chebyshev(Segment(1.0+im,2.0+2im)))
7-
a = Fun(ChebyshevInterval{BigFloat}(),BigFloat[1,2,3])
87
@precompile_all_calls begin
98
for S in splist
109
v = [0.0, 1.0]
@@ -15,6 +14,6 @@ using SnoopPrecompile
1514
norm(differentiate(cumsum(f))-f)
1615
norm(first(cumsum(f)))
1716
end
18-
Fun(sin,Interval(big"0.0", big"1.0")
17+
roots(Fun(sin,Interval(big"0.0", big"1.0")))
1918
end
20-
end
19+
end

0 commit comments

Comments
 (0)