Skip to content

Commit

Permalink
keep number of printed lines consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed May 26, 2024
1 parent 4ea4a0e commit 7b01abe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ultranest/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ def nicelogger(points, info, region, transformLayer, region_fresh=False):
'Step sampler performance: %(rejection_rate).1f rej/step, %(mean_nsteps)d steps/it, '
'rel jump distance: %(mean_distance).2f (should be >1), %(frac_far_enough).2f%% (should be >50%%)') % stepsampler_info
)
else:
print()

print()
if ndim == 1:
Expand Down

0 comments on commit 7b01abe

Please sign in to comment.