Skip to content

Commit

Permalink
Use generators and simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
msorelli committed Nov 19, 2024
1 parent d6d33be commit f76fa32
Show file tree
Hide file tree
Showing 13 changed files with 1,197 additions and 1,135 deletions.
3 changes: 1 addition & 2 deletions foa3d/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from foa3d.input import get_cli_parser, load_microscopy_image
from foa3d.pipeline import parallel_odf_over_scales, parallel_frangi_over_slices
from foa3d.pipeline import parallel_frangi_over_slices, parallel_odf_over_scales
from foa3d.printing import print_pipeline_heading
from foa3d.utils import delete_tmp_folder

Expand All @@ -18,7 +18,6 @@ def foa3d(cli_args):
# delete temporary folder
delete_tmp_folder(save_dirs['tmp'], (in_img, out_img))


def main():
# start Foa3D by terminal
print_pipeline_heading()
Expand Down
Loading

0 comments on commit f76fa32

Please sign in to comment.