You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading RationalFunctionApproximation.jl after having loaded GLMakie, the RFAMakiExt extension kicks in. However, it fails to precompile with the following message:
WARNING: Method definition errorplot(RationalFunctionApproximation.Approximation{T, S} where S where T) in module RationalFunctionApproximation at /Users/jagot/.julia/packages/RationalFunctionApproximation/9jY5B/src/RationalFunctionApproximation.jl:31 overwritten in module RFAMakieExt at /Users/jagot/.julia/packages/RationalFunctionApproximation/9jY5B/ext/RFAMakieExt.jl:34.
ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.
Plot the pointwise error of an `Approximation` on (the boundary of) its domain. If the error is not real, then the real and imaginary parts are plotted separately, unless `use_abs=true`.
"""
function RFA.errorplot(r::RFA.Approximation; use_abs=false)
Thank you for this beautiful package!
When loading RationalFunctionApproximation.jl after having loaded GLMakie, the RFAMakiExt extension kicks in. However, it fails to precompile with the following message:
i.e.
RationalFunctionApproximation.jl/src/RationalFunctionApproximation.jl
Lines 31 to 33 in f48ed4c
is overwritten by
RationalFunctionApproximation.jl/ext/RFAMakieExt.jl
Lines 29 to 55 in f48ed4c
Maybe it is better to replace the function stub by an empty function?
and similarly for
convergenceplot
?The text was updated successfully, but these errors were encountered: