Skip to content

Commit 190a8b2

Browse files
author
NiekWielders
committed
renamed deflections_via_mge
1 parent ad4fdf3 commit 190a8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • autogalaxy/profiles/mass/dark

autogalaxy/profiles/mass/dark/gnfw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class gNFW(AbstractgNFW):
1111
def deflections_yx_2d_from(self, grid: aa.type.Grid2DLike, xp=np, **kwargs):
12-
return self.deflections_via_mge_from(grid=grid, xp=xp, **kwargs)
12+
return self.deflections_2d_via_mge_from(grid=grid, xp=xp, **kwargs)
1313

1414
def deflections_2d_via_mge_from(
1515
self, grid: aa.type.Grid2DLike, xp=np, **kwargs

0 commit comments

Comments
 (0)