Skip to content

Commit

Permalink
fix test output in rest file
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichel committed Dec 2, 2024
1 parent 150acba commit 9462516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mivot/viewer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ to the ``EpochPosition`` class.
... )
>>> mivot_instance = m_viewer.dm_instance
>>> print(mivot_instance.dmtype)
EpochPosition
>>> print(mivot_instance.Coordinate_coordSys.spaceRefFrame.value)
mango:EpochPosition
>>> print(mivot_instance.coordSys.spaceRefFrame.value)
ICRS
>>> while m_viewer.next():
... print(f"position: {mivot_instance.latitude.value} {mivot_instance.longitude.value}")
Expand Down

0 comments on commit 9462516

Please sign in to comment.