Skip to content

Commit

Permalink
Merge pull request #10 from gattia/dev
Browse files Browse the repository at this point in the history
Update verbose logic for cycpd
  • Loading branch information
gattia committed Aug 24, 2023
2 parents c709b06 + 502948b commit 9826b3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyfocusr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .focusr import *
from .graph import *

__version__ = "0.0.12"
__version__ = "0.0.13"
3 changes: 2 additions & 1 deletion pyfocusr/focusr.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ 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,
"verbose": self.verbose,
}
)
_, self.non_rigid_params = reg.register()
Expand Down

0 comments on commit 9826b3a

Please sign in to comment.