Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 11, 2024
1 parent 4be814a commit 08bf8d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/caustics/lenses/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def forward_raytrace(
number of random initialization points used to try and find image plane points.
fov: float
the field of view in which the initial random samples are taken.
*Unit: arcsec*
*Unit: arcsec*
Returns
-------
Expand Down
2 changes: 1 addition & 1 deletion src/caustics/lenses/mass_sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def reduced_deflection_angle(
----------
x: Tensor
x-coordinates in the lens plane.
*Unit: arcsec*
*Unit: arcsec*
y: Tensor
y-coordinates in the lens plane.
*Unit: arcsec*
Expand Down
6 changes: 3 additions & 3 deletions src/caustics/lenses/multiplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ def surface_density(
----------
x: Tensor
x-coordinates in the lens plane.
*Unit: arcsec*
*Unit: arcsec*
y: Tensor
y-coordinates in the lens plane.
*Unit: arcsec*
*Unit: arcsec*
z_s: Tensor
Redshifts of the sources.
params: (Packed, optional)
Expand All @@ -251,7 +251,7 @@ def surface_density(
-------
Tensor
Projected mass density [Solar Mass / Mpc^2].
*Unit: solMass / megaparsec^2*
*Unit: solMass / megaparsec^2*
Raises
-------
NotImplementedError
Expand Down

0 comments on commit 08bf8d4

Please sign in to comment.