Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoachim committed Jan 12, 2024
1 parent 1816808 commit e9fb975
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/scheduler/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ def test_example(self):
observatory, scheduler, observations = run_sched(scheduler, mjd_start=mjd_start, survey_length=5)
u_notes = np.unique(observations["note"])

import pdb ; pdb.set_trace()

# Note that some of these may change and need to be updated if survey
# start date changes, e.g., different DDFs in season, or different lunar phase
# means different filters get picked for the blobs
Expand All @@ -56,10 +54,6 @@ def test_example(self):
"pair_33, ri, a",
"pair_33, ug, a",
"pair_33, ug, b",
"pair_33, yy, a",
"pair_33, yy, b",
"pair_33, zy, a",
"pair_33, zy, b",
"twilight_near_sun, 0",
"twilight_near_sun, 1",
"twilight_near_sun, 2",
Expand Down

0 comments on commit e9fb975

Please sign in to comment.