Skip to content

Commit

Permalink
Merge pull request #8 from gattia/dev
Browse files Browse the repository at this point in the history
linting
  • Loading branch information
gattia committed Aug 24, 2023
2 parents ae8ec46 + cf66104 commit 2a7360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfocusr/focusr.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def register_target_to_source(self, reg_type="deformable"):
"tolerance": self.non_rigid_tolerance,
"alpha": self.non_rigid_alpha,
"beta": self.non_rigid_beta,
"print_reg_params": self.verbose
"print_reg_params": self.verbose,
}
)
_, self.non_rigid_params = reg.register()
Expand Down

0 comments on commit 2a7360f

Please sign in to comment.