-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
method error on julia 1.0 #2
Comments
OK I'll look into it |
The Poisson equation example finishes, but then julia> plot(u)
ERROR: MethodError: no method matching Array{Fun{ChebyshevDirichlet{1,1,Segment{Float64},Float64},Float64,Array{Float64,1}},N} where N(::Int64)
Closest candidates are:
Array{Fun{ChebyshevDirichlet{1,1,Segment{Float64},Float64},Float64,Array{Float64,1}},N} where N(::UndefInitializer, ::Int64) where T at boot.jl:408
Array{Fun{ChebyshevDirichlet{1,1,Segment{Float64},Float64},Float64,Array{Float64,1}},N} where N(::UndefInitializer, ::Int64, ::Int64) where T at boot.jl:409
Array{Fun{ChebyshevDirichlet{1,1,Segment{Float64},Float64},Float64,Array{Float64,1}},N} where N(::UndefInitializer, ::Int64, ::Int64, ::Int64) where T at boot.jl:410
... |
In the PDEs examples, syntax updated needed: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
running Helmholtz rectangle PDE example on this page
https://github.com/JuliaApproximation/ApproxFunExamples/blob/master/PDEs/Rectangle%20PDEs.ipynb
gives
The text was updated successfully, but these errors were encountered: