Skip to content

Commit

Permalink
Merge pull request #51 from jlvdb/improve-log-message
Browse files Browse the repository at this point in the history
Include number of patch centers to generate in log message
  • Loading branch information
jlvdb authored Jan 16, 2025
2 parents 9073bb7 + f57b6d9 commit 59e9ad1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/yaw/catalog/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ def create_patch_centers(
if probe_size < 10 * patch_num:
probe_size = int(100_000 * np.sqrt(patch_num))
log_info(
"computing patch centers from subset of %s records",
f"computing %d patch centers from subset of %s records",
patch_num,
format_long_num(probe_size),
)

Expand Down

0 comments on commit 59e9ad1

Please sign in to comment.