Skip to content

Commit

Permalink
add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Dec 10, 2024
1 parent 0c61d12 commit 4756055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_metrics/test_pairwise_measures_neuropoly.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ def test_partial_matching(self):
"""
self.create_temp_file(self.pred_dir.name, "sub-01_acq-01_run-01_pred.nii.gz")
self.create_temp_file(self.ref_dir.name, "sub-01_acq-01_run-01_ref.nii.gz")
# The following file will not be included in the lists below as there is no matching reference (GT) file
self.create_temp_file(self.pred_dir.name, "sub-02_acq-02_run-02_pred.nii.gz")

pred_files, ref_files = get_images(self.pred_dir.name, self.ref_dir.name)
Expand Down

0 comments on commit 4756055

Please sign in to comment.