Rather than a tuple of ordered axis values get_grid_point now takes kwargs to explicitly specify the axis values. This also generalises the function more cleanly for multidimensional grids.
Closes #747
Issue Type
Enhancement
Checklist
[x] I have read the [CONTRIBUTING.md]() -->
[x] I have added docstrings to all methods
[x] I have added sufficient comments to all lines
[x] I have made corresponding changes to the documentation
[x] My changes generate no pep8 errors
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
Rather than a tuple of ordered axis values
get_grid_point
now takeskwargs
to explicitly specify the axis values. This also generalises the function more cleanly for multidimensional grids.Closes #747
Issue Type
Checklist