Skip to content

Commit

Permalink
fix docstring @ kristin.hopley
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Jan 26, 2024
1 parent dc54cc8 commit 0e0a576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Contributors
* Hannah Grzybowski, `@hgrzy`
* Mary Ogborn
* Tyler Quinn, `@trq5014`
* Kristin Hopley
4 changes: 2 additions & 2 deletions src/mpol/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ def observer_to_flat(
Parameters
----------
X : :class:`torch.Tensor` of :class:`torch.double`
A tensor representing the x coordinate in the plane of the orbit.
A tensor representing the x coordinate in the plane of the sky.
Y : :class:`torch.Tensor` of :class:`torch.double`
A tensor representing the y coordinate in the plane of the orbit.
A tensor representing the y coordinate in the plane of the sky.
omega : float
A tensor representing an argument of periastron [radians] Default 0.0.
incl : float
Expand Down

0 comments on commit 0e0a576

Please sign in to comment.