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

        self.param = param
        self.shape_x = shape_x
        self.shape_y = shape_y
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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

        self.param = param
        self.shape_x = shape_x
        self.shape_y = shape_y
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



