Cross-posted in various places: https://github.com/JuliaLang/julia/issues/6378 http://stackoverflow.com/questions/22817967/newest-pull-of-julia-breaks-grid-jl
On Wed, Apr 2, 2014 at 12:18 PM, Gustavo Camilo <[email protected]> wrote: > Hi! I just pulled and compiled Version 0.3.0-prerelease+2414 (2014-04-02 > 14:47 UTC) of Julia, ran Pkg.update() and removed and reinstalled Grid, and > now it seems to be broken: > > julia> using Grid > > julia> InterpGrid(linspace(1,10,100),BCnil,InterpQuadratic) > ERROR: type cannot be constructed > in interp_invert! at /home/gcamilo/.julia/v0.3/Grid/src/interp.jl:642 > in InterpGrid at /home/gcamilo/.julia/v0.3/Grid/src/interp.jl:52 > > > > Any tips? > >
