Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Aug 5, 2021
1 parent 4466da1 commit 395cdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dorado/scheduling/schedulers/continuous_time_slew.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def schedule(mission, prob, healpix, centers, rolls, times, exptime, nexp,
log.info('evaluating field of regard')
regard = mission.get_field_of_regard(centers, times, jobs=jobs)

# Disard fields that are never in the field of regard.
# Discard fields that are never in the field of regard.
keep = regard.any(axis=0)
centers = centers[keep]
regard = regard[:, keep]
Expand Down

0 comments on commit 395cdc7

Please sign in to comment.