Skip to content

Commit a3939b0

Browse files
Jammy2211Jammy2211
authored andcommitted
black
1 parent bb6ff57 commit a3939b0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

autogalaxy/profiles/mass/total/power_law.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ def deflections_yx_2d_from(self, grid: aa.type.Grid2DLike, xp=np, **kwargs):
103103
from scipy import special
104104

105105
complex_angle = (
106-
2.0
107-
* b
108-
/ (1.0 + self.axis_ratio(xp))
109-
* (b / R) ** (slope - 1.0)
110-
* z
111-
* special.hyp2f1(1.0, 0.5 * slope, 2.0 - 0.5 * slope, -factor * z ** 2)
106+
2.0
107+
* b
108+
/ (1.0 + self.axis_ratio(xp))
109+
* (b / R) ** (slope - 1.0)
110+
* z
111+
* special.hyp2f1(1.0, 0.5 * slope, 2.0 - 0.5 * slope, -factor * z**2)
112112
)
113113

114114
deflection_y = complex_angle.imag

0 commit comments

Comments
 (0)