Odd type bug (?) related to new call
syntax
#8851
Labels
bug
Indicates an unexpected problem or unintended behavior
call
syntax
#8851
I haven't followed this carefully enough to know whether this is something I need to change in my code, or whether it's a bug in julia, but my preliminary investigation suggests the latter. Problem was initially reported by PkgEvaluator, timholy/Grid.jl#51. The error message seems quite strange: in this line,
y
should be aVector
, not anInterpGrid{Float64,1,BCreflect,InterpNearest}
. Moreover, those same lines work fine when run at the REPL:Once it runs successfully this way,
Grid
's tests pass henceforth. However, if I just repeatedly sayinclude("runtests.jl")
, then it doesn't get to the point of running correctly.git bisect
identifies 39dfd92 as the first bad commit.The text was updated successfully, but these errors were encountered: