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
{{ message }}
This repository was archived by the owner on Feb 9, 2020. It is now read-only.
ERROR: DimensionMismatch("Coordinate lengths do not match grid size.")
in CoordInterpGrid at /Users/mathieu/.julia/Grid/src/coord.jl:7
in CoordInterpGrid at /Users/mathieu/.julia/Grid/src/coord.jl:13
in CoordInterpGrid at /Users/mathieu/.julia/Grid/src/coord.jl:21
The text was updated successfully, but these errors were encountered:
We've seen something similar before (maybe #29?) and I thought we fixed it. It seems every time I try to fix one broken thing with InterpCubic, I break something else... =(
The problem is very likely to be somewhere around here - I unfortunately don't have time to take a deeper look at it at the moment, but if you're able to fix it a pull request is most welcome! =) Most likely, something similar to the specialization for BCfill, but specializing for InterpCubic with BCnil, is needed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I used the example provided on the main page:
With these variables, InterpQuadratic works fine but if I try
I get:
The text was updated successfully, but these errors were encountered: