Skip to content

Commit

Permalink
changing python version
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Jan 29, 2024
1 parent e9cbebd commit 1ff27a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iris/planning.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@


def num_repeats(
time_start: str | astropy.time.Time,
time_stop: str | astropy.time.Time,
time_raster: u.Quantity,
time_slew: u.Quantity = 10 * u.min,
time_start,
time_stop,
time_raster,
time_slew=10 * u.min,
):
if not isinstance(time_start, astropy.time.Time):
time_start = astropy.time.Time(time_start)
Expand Down

0 comments on commit 1ff27a4

Please sign in to comment.