Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
Parameters
----------
vector : dict
A dictionary with two entries. Keys are axis names, values are
vector components along each axis.
%(neighbor_binary_func.parameters.no_f)s
Returns
-------
vector_interp : dict
A dictionary with two entries. Keys are axis names, values
are interpolated vector components along each axis
"""
return self._apply_vector_function(Axis.interp, vector, **kwargs)