Skip to content

Commit

Permalink
Move vfv to fuse package
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzamuto committed Jan 25, 2021
1 parent a0b6865 commit 16ad254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion zetastitcher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from .io.inputfile import InputFile
from zetastitcher.align.filematrix import FileMatrix
from .io.virtual_fused_volume import VirtualFusedVolume
from zetastitcher.fuse.virtual_fused_volume import VirtualFusedVolume
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
import numpy as np

from zetastitcher.align.filematrix import FileMatrix
from .inputfile import InputFile
from ..fuse.overlaps import Overlaps
from ..fuse.fuse import fuse_queue
from zetastitcher.io.inputfile import InputFile
from zetastitcher.fuse.overlaps import Overlaps
from zetastitcher.fuse.fuse import fuse_queue

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())
Expand Down

0 comments on commit 16ad254

Please sign in to comment.