Skip to content

Commit

Permalink
Format string
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Mar 23, 2024
1 parent ded129e commit 4a64e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cooler/reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def merge_breakpoints(
if n_over > 0:
warnings.warn(
f"{n_over} merge epochs will require buffering more than {bufsize} "
f"pixel records, with as many as {nrecords_per_epoch.max()}."
f"pixel records, with as many as {nrecords_per_epoch.max():g}."
)

return bin1_partition, cum_nrecords
Expand Down

0 comments on commit 4a64e33

Please sign in to comment.