Skip to content

Commit

Permalink
Merge pull request #390 from lsst/u/yoachim/deprecation-fix
Browse files Browse the repository at this point in the history
update rubin_sim.utils to rubin_scheduler
  • Loading branch information
yoachim authored Jan 30, 2024
2 parents e658055 + 1bc2dad commit d1bafc8
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 d1bafc8

Please sign in to comment.