Skip to content

Commit 0e0a576

Browse files
committed
fix docstring @ kristin.hopley
1 parent dc54cc8 commit 0e0a576

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Contributors
1010
* Hannah Grzybowski, `@hgrzy`
1111
* Mary Ogborn
1212
* Tyler Quinn, `@trq5014`
13+
* Kristin Hopley

src/mpol/geometry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ def observer_to_flat(
101101
Parameters
102102
----------
103103
X : :class:`torch.Tensor` of :class:`torch.double`
104-
A tensor representing the x coordinate in the plane of the orbit.
104+
A tensor representing the x coordinate in the plane of the sky.
105105
Y : :class:`torch.Tensor` of :class:`torch.double`
106-
A tensor representing the y coordinate in the plane of the orbit.
106+
A tensor representing the y coordinate in the plane of the sky.
107107
omega : float
108108
A tensor representing an argument of periastron [radians] Default 0.0.
109109
incl : float

0 commit comments

Comments
 (0)