Skip to content

Commit

Permalink
update rubin_sim.utils to rubin_scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
yoachim committed Jan 25, 2024
1 parent 8ac0a23 commit 98fcd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rubin_sim/maf/run_moving_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import os

import numpy as np
from rubin_scheduler.utils import survey_start_mjd

from rubin_sim.maf.slicers import MoObjSlicer
from rubin_sim.utils import survey_start_mjd

from . import batches as batches
from . import db as db
Expand Down
3 changes: 1 addition & 2 deletions rubin_sim/maf/run_moving_fractions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
import os

import numpy as np

from rubin_sim.utils import survey_start_mjd
from rubin_scheduler.utils import survey_start_mjd

from . import batches as batches
from . import db as db
Expand Down

0 comments on commit 98fcd56

Please sign in to comment.