Skip to content

Commit

Permalink
Fix #2151
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Oct 19, 2023
1 parent 16aa10b commit 0fb6c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/DeepSSMUtilsPackage/DeepSSMUtils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def analyzeResults(out_dir, DT_dir, prediction_dir, mean_prefix):
return avg_distance

def get_image_registration_transform(fixed_image_file, moving_image_file, transform_type='rigid'):
itk_transform = image_utils.get_image_registration_transform(fixed_image_file, moving_image_file, transform_type='rigid')
itk_transform = image_utils.get_image_registration_transform(fixed_image_file, moving_image_file, transform_type)
return itk_transform

def testPytorch():
Expand Down

0 comments on commit 0fb6c7a

Please sign in to comment.