Skip to content

Commit

Permalink
Fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rijsketic committed Jun 19, 2024
1 parent f40ed57 commit 6c12009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unravel/cluster_stats/cluster_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from unravel.core.img_io import load_3D_img, load_image_metadata_from_txt, load_nii_subset, resolve_path
from unravel.core.img_tools import cluster_IDs
from unravel.core.utils import print_cmd_and_times, initialize_progress_bar, get_samples, print_func_name_args_times
from warp.to_native import to_native
from unravel.warp.to_native import to_native


def parse_args():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from unravel.core.argparse_utils import SM, SuppressMetavar
from unravel.core.config import Configuration
from unravel.core.utils import print_cmd_and_times
from voxel_stats.mirror import mirror
from unravel.voxel_stats.mirror import mirror

def parse_args():
parser = argparse.ArgumentParser(formatter_class=SuppressMetavar)
Expand Down
2 changes: 1 addition & 1 deletion unravel/image_io/io_img.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def parse_args():
parser.epilog = __doc__
return parser.parse_args()

# TODO: Test if other scripts in image_io are redundant and can be removed
# TODO: Test if other scripts in image_io are redundant and can be removed. If not, consolidate them into this script.


def main():
Expand Down

0 comments on commit 6c12009

Please sign in to comment.