From 00b4d509a0982cb0c6ef182b657b53376f05d2a5 Mon Sep 17 00:00:00 2001 From: Richard Hayes Date: Mon, 16 Dec 2024 10:29:30 +0000 Subject: [PATCH] Revert "feature/operate deflections api" --- autogalaxy/operate/deflections.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/autogalaxy/operate/deflections.py b/autogalaxy/operate/deflections.py index f2cf4a5c..28f01958 100644 --- a/autogalaxy/operate/deflections.py +++ b/autogalaxy/operate/deflections.py @@ -104,20 +104,6 @@ class OperateDeflections: The function which returns the mass object's 2D deflection angles. """ - @property - def plane_redshifts(self) -> List[float]: - """ - Imitating tracer API but with no planes - """ - return [] - - def deflections_between_planes_from(self, grid, plane_i: int, plane_j: int): - """ - Assumes a simple OperateDeflections object (e.g. mass profile) that only has - a single plane of deflections - """ - return self.deflections_yx_2d_from(grid=grid) - def deflections_yx_2d_from(self, grid: aa.type.Grid2DLike, **kwargs): raise NotImplementedError