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 c565ab5
Show file tree
Hide file tree
Showing 13 changed files with 1,233 additions and 1,213 deletions.
2 changes: 1 addition & 1 deletion 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 Down
Loading

0 comments on commit c565ab5

Please sign in to comment.