Skip to content

Commit

Permalink
Fix time range
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonefoster committed Aug 9, 2024
1 parent b7ace4a commit e6d16e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroplan/tests/test_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_sun_separation():


def test_near_meridian():
time_range = Time(["2024-10-08 18:28", "2024-10-08 22:30"])
time_range = Time(["2024-10-08 20:28", "2024-10-08 22:30"])
target = FixedTarget(coord=SkyCoord(ra=19.75*u.hour, dec=-22.05*u.deg), name="name")

# Pico dos Dias Observatory (Brazil)
Expand Down

0 comments on commit e6d16e9

Please sign in to comment.