Skip to content

Commit

Permalink
Remove accidental revert of comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Sep 27, 2023
1 parent 72426fd commit 4bbe76e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/kbmod/analysis_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ def load_images(
stack : `kbmod.ImageStack`
The stack of images loaded.
wcs_list : `list`
A `list` of `astropy.wcs.WCS` objects for each image.
visit_times : list
A `list` of MJD times.
A list of `astropy.wcs.WCS` objects for each image.
visit_times : `list`
A list of MJD times.
"""
print("---------------------------------------")
print("Loading Images")
Expand Down

0 comments on commit 4bbe76e

Please sign in to comment.