Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyoneda committed Aug 1, 2024
1 parent 8c7468d commit e3673bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cosipy/image_deconvolution/MAP_RichardsonLucy.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ def register_result(self):
# show intermediate results
logger.info(f' background_normalization: {this_result["background_normalization"]}')
logger.info(f' log-likelihood: {this_result["log-likelihood"]}')
logger.info(f' log-prior: {this_result["log_prior"]}')
logger.info(f' log-posterior: {this_result["log_posterior"]}')
logger.info(f' log-prior: {this_result["log-prior"]}')
logger.info(f' log-posterior: {this_result["log-posterior"]}')

# register this_result in self.results
self.results.append(this_result)
Expand Down

0 comments on commit e3673bd

Please sign in to comment.