Luke Stagner

Results 7 issues of Luke Stagner

Can we do anything about way too long type signature. ``` ERROR: LoadError: LoadError: MethodError: no method matching Bfield(::Interpolations.Extrapolation{Float64, 2, Interpolations.ScaledInterpolation{Float64, 2, Interpolations.BSplineInterpolation{Float64, 2, OffsetArrays.OffsetMatrix{Float64, Matrix{Float64}}, Interpolations.BSpline{Interpolations.Cubic{Interpolations.Line{Interpolations.OnGrid}}}, Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}}}, Interpolations.BSpline{Interpolations.Cubic{Interpolations.Line{Interpolations.OnGrid}}},...

I recently had a need for these functions. I wrote a quick method (below) for my particular case, but I would be better if they were officially supported. ```julia function...

```julia julia> using MAT julia> a = fill(' ',(3,3)) 3×3 Array{Char,2}: ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' julia>...

I've been benchmarking some code and it would be nice to be able to turn off memoization. Something like `memoize!(false)` which sets a global switch.

```julia using FiniteDifferences using Measurements f(x) = cos(x + (1.0 ± 0.1)*sin(x)) m = central_fdm(5,1) m(f, 0.0) MethodError: no method matching Float64(::Measurement{Float64}) Closest candidates are: (::Type{T})(::Real, ::RoundingMode) where T

After upgrading to v0.4 I get the following error. ``` julia LoadError: MethodError: `coordlookup` has no method matching coordlookup(::LinSpace{Float64}, ::Float64) Closest candidates are: coordlookup(!Matched::FloatRange{T

This issue was sent to me by email. I am trying to download your IPython IDL kernel, running into the following error message in the command line after running: ```...