Skip to content

Commit

Permalink
Fix CI (#602)
Browse files Browse the repository at this point in the history
* Fix ref

* Fix another ref
  • Loading branch information
pllim authored Dec 4, 2024
1 parent ecac608 commit b04135b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astroplan/constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def __call__(self, observer, targets, times=None,
WHAT HAPPENS WHEN BOTH TIMES AND TIME_RANGE ARE SET?
time_range : `~astropy.time.Time` (length = 2)
Lower and upper bounds on time sequence.
time_grid_resolution : `~astropy.units.quantity`
time_grid_resolution : `~astropy.units.Quantity`
Time-grid spacing
grid_times_targets : bool
if True, grids the constraint result with targets along the first
Expand Down
2 changes: 1 addition & 1 deletion astroplan/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def time_grid_from_range(time_range, time_resolution=0.5*u.hour):
time_range : `~astropy.time.Time` (length = 2)
Lower and upper bounds on time sequence.
time_resolution : `~astropy.units.quantity` (optional)
time_resolution : `~astropy.units.Quantity` (optional)
Time-grid spacing
Returns
Expand Down

0 comments on commit b04135b

Please sign in to comment.