Skip to content

Commit

Permalink
Merge pull request #1051 from AntoineTheb/atheb/vol_pair_fix
Browse files Browse the repository at this point in the history
FIX: `ratio` arg in volume pairwise comparison
  • Loading branch information
arnaudbore authored Nov 15, 2024
2 parents 48d606d + a75ee6a commit e7337af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scil_volume_pairwise_comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def compute_all_measures(args):
voxel_size = np.product(voxel_size)
logging.info(f"Comparing {filename_1} and {filename_2}")
dict_measures = compare_volume_wrapper(data_1, data_2, voxel_size,
adjency_no_overlap, ratio)
ratio, adjency_no_overlap)
return dict_measures


Expand Down

0 comments on commit e7337af

Please sign in to comment.