File tree Expand file tree Collapse file tree
src/graphnet/deployment/icecube Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66from os .path import join , dirname
77from typing import List
88
9- from I3Tray import I3Tray # pyright: reportMissingImports=false
9+ from icecube . icetray import I3Tray # pyright: reportMissingImports=false
1010
1111from graphnet .deployment .i3modules import I3InferenceModule
1212from graphnet .data .extractors .i3featureextractor import (
Original file line number Diff line number Diff line change 1919
2020if has_icecube_package () or TYPE_CHECKING :
2121 from icecube import icetray , dataio # pyright: reportMissingImports=false
22- from I3Tray import I3Tray
22+ from icecube . icetray import I3Tray
2323
2424 from graphnet .deployment .i3modules import (
2525 I3InferenceModule ,
Original file line number Diff line number Diff line change 1111
1212if has_icecube_package () or TYPE_CHECKING :
1313 from icecube import icetray , dataio # pyright: reportMissingImports=false
14- from I3Tray import I3Tray
14+ from icecube . icetray import I3Tray
1515
1616
1717class I3Deployer (Deployer ):
Original file line number Diff line number Diff line change 1919
2020if has_icecube_package () or TYPE_CHECKING :
2121 from icecube import icetray , dataio # pyright: reportMissingImports=false
22- from I3Tray import I3Tray
22+ from icecube . icetray import I3Tray
2323
2424 from graphnet .deployment .i3modules import (
2525 I3InferenceModule ,
You can’t perform that action at this time.
0 commit comments