File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1414from .utils import bootstrap
1515from .cluster import randomize_grid_points
1616from ..graph .chunkedgraph import ChunkedGraph
17+ from ..graph .ocdbt import get_seg_source_and_destination_ocdbt
1718from ..utils .redis import get_redis_connection
1819from ..utils .redis import keys as r_keys
1920from ..utils .general import chunked
@@ -46,7 +47,6 @@ def ingest_graph(
4647 Takes ingest config from a yaml file and queues atomic tasks.
4748 """
4849 from .cluster import enqueue_atomic_tasks
49- from .create .ocdbt import get_seg_source_and_destination_ocdbt
5050
5151 with open (dataset , "r" ) as stream :
5252 config = yaml .safe_load (stream )
Original file line number Diff line number Diff line change 1212from .ran_agglomeration import get_active_edges
1313from .create .atomic_layer import add_atomic_edges
1414from .create .abstract_layers import add_layer
15- from .create .ocdbt import copy_ws_chunk , get_seg_source_and_destination_ocdbt
15+ from .. graph .ocdbt import copy_ws_chunk , get_seg_source_and_destination_ocdbt
1616from ..graph .meta import ChunkedGraphMeta
1717from ..graph .chunks .hierarchy import get_children_chunk_coords
1818from ..utils .redis import keys as r_keys
You can’t perform that action at this time.
0 commit comments