Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace 2D interpolation with released ninterp crate #259

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kylecarow
Copy link
Collaborator

No description provided.

)
})?,
ninterp::Interpolator::Interp2D(interp) => (
// unwraps are okay here, as Vec lengths are checked on instantiation
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robfitzgerald @nreinicke note this comment

@kylecarow
Copy link
Collaborator Author

I recommend testing this!! I am pretty unfamiliar with how to run RouteE compass at this point to check this all works alright.

@robfitzgerald
Copy link
Collaborator

I recommend testing this!! I am pretty unfamiliar with how to run RouteE compass at this point to check this all works alright.

Pull requests trigger all of our unit tests on the GitHub actions server. But to your point, maybe some unit tests should be part of our acceptance criteria here. We can talk about it next week if you're interested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants