diff --git a/data/leja_100.jls b/data/leja_100.jls index 25cee3d..4b8e2e0 100644 Binary files a/data/leja_100.jls and b/data/leja_100.jls differ diff --git a/data/leja_symmetric_100.jls b/data/leja_symmetric_100.jls index f69080f..ae9486e 100644 Binary files a/data/leja_symmetric_100.jls and b/data/leja_symmetric_100.jls differ diff --git a/src/knots.jl b/src/knots.jl index 582b607..f121c45 100644 --- a/src/knots.jl +++ b/src/knots.jl @@ -250,7 +250,7 @@ function lejapoints_precomputed(n; symmetric=true) xw = deserialize(joinpath(@__DIR__, "..", "data", "leja_100.jls")) end - leja = sort!(xw[1][1:n]) + leja = sort!(Float64.(xw[1][1:n])) # Compute weights p = Vector{Fun}(undef,1)