Source code for kosmatau3d.properties.grid_interpolation

'''
A subpackage to compare interpolation methods of the KOSMA-:math:`\\tau` model grid.
This will eventually contain an explanation of general interpolation issues
in N dimensions based on the volume of a unit sphere.
'''

from .compare_ml import *

[docs] def help(): print('This submodule contains a class for comparing geid interpolation methods.') return