Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Oct 27, 2024
1 parent 7c65cc0 commit 0dfa4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/scripts/compute_difference_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def denoise_diffmap_according_to_mode(
"""
if tv_denoise_mode == WeightMode.optimize:
log.info(
"Searching for max-negentropy TV denoising weight", method="golden ration optimization"
"Searching for max-negentropy TV denoising weight", method="golden-section search"
)
log.info("This may take some time...")

Expand Down

0 comments on commit 0dfa4ef

Please sign in to comment.