Skip to content

Commit

Permalink
Included new pruning method (axis aligned) in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-albert committed Oct 29, 2024
1 parent e3abcd3 commit 6faa9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/multiview_stitcher/_tests/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def test_get_optimal_registration_binning():
for pre_reg_pm in [
"shortest_paths_overlap_weighted",
"otsu_threshold_on_overlap",
"keep_axis_aligned",
None,
]
for ndim in [2, 3]
Expand Down

0 comments on commit 6faa9b8

Please sign in to comment.