Skip to content

Commit

Permalink
update deprecated from I3Tray
Browse files Browse the repository at this point in the history
  • Loading branch information
tianluyuan committed Sep 14, 2023
1 parent 9d708f2 commit 53935b6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion skymap_scanner/client/reco_icetray.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pathlib import Path
from typing import Any, List, Union

from I3Tray import I3Tray # type: ignore[import]
from icecube.icetray import I3Tray # type: ignore[import]
from icecube import ( # type: ignore[import] # noqa: F401
dataio,
frame_object_diff,
Expand Down
2 changes: 1 addition & 1 deletion skymap_scanner/recos/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import time
from typing import List, Final

from I3Tray import I3Units # type: ignore[import]
from icecube.icetray import I3Units # type: ignore[import]
from icecube import ( # type: ignore[import] # noqa: F401
dataclasses,
frame_object_diff,
Expand Down
2 changes: 1 addition & 1 deletion skymap_scanner/recos/millipede_original.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import numpy

from I3Tray import I3Units
from icecube.icetray import I3Units
from icecube import ( # noqa: F401
VHESelfVeto,
dataclasses,
Expand Down
2 changes: 1 addition & 1 deletion skymap_scanner/recos/millipede_wilks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from typing import Final, List, Tuple

import numpy
from I3Tray import I3Units
from icecube.icetray import I3Units
from icecube import ( # noqa: F401
VHESelfVeto,
dataclasses,
Expand Down
2 changes: 1 addition & 1 deletion skymap_scanner/recos/splinempe.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing import Final, List


from I3Tray import I3Units # type: ignore[import]
from icecube.icetray import I3Units # type: ignore[import]

# NOTE: icecube module imports are required to make IceTray modules and services available.
from icecube import ( # type: ignore[import] # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion skymap_scanner/server/start_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import healpy # type: ignore[import]
import mqclient as mq
import numpy
from I3Tray import I3Units # type: ignore[import]
from icecube.icetray import I3Units # type: ignore[import]
from icecube import ( # type: ignore[import]
astro,
dataclasses,
Expand Down
2 changes: 1 addition & 1 deletion skymap_scanner/utils/prepare_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
from typing import Union, List

from I3Tray import I3Tray # type: ignore[import]
from icecube.icetray import I3Tray # type: ignore[import]
from icecube import icetray # type: ignore[import]
from icecube.frame_object_diff.segments import uncompress # type: ignore[import]

Expand Down

0 comments on commit 53935b6

Please sign in to comment.