diff --git a/jax_galsim/interpolatedimage.py b/jax_galsim/interpolatedimage.py index a1f8cc51..236dd47c 100644 --- a/jax_galsim/interpolatedimage.py +++ b/jax_galsim/interpolatedimage.py @@ -239,7 +239,6 @@ def x_interpolant(self): @property @implements(_galsim.interpolatedimage.InterpolatedImage.k_interpolant) def k_interpolant(self): - """The Fourier-space `Interpolant` for this profile.""" return self._original._k_interpolant @property