utils/interpolation_base.py [310:317]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        energy: InterpolationEnergy,
        shape_x: Shape,
        shape_y: Shape,
        param=Param(),
        vertices=None,
    ):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



utils/interpolation_base.py [440:447]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        energy: InterpolationEnergy,
        shape_x: Shape,
        shape_y: Shape,
        param=Param(),
        vertices=None,
    ):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



