Skip to content

Commit

Permalink
STY: fix style error (#892)
Browse files Browse the repository at this point in the history
* STY: ignore flake8 error in logging string

Ignore the specific error relating to missing whitespace (E226)

* STY: fix formatting

Co-authored-by: Colm Talbot <[email protected]>

---------

Co-authored-by: Colm Talbot <[email protected]>
  • Loading branch information
mj-will and ColmTalbot authored Jan 9, 2025
1 parent 391d359 commit 1804456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilby/bilby_mcmc/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def print_pt_acceptance(self):
else:
ratio = "-"
logger.info(
f"Temp:{ii}<->{ii+1}|"
f"Temp:{ii}<->{ii + 1}|"
f"beta={beta:0.4g}|"
f"hot-samp={sampler.nsamples}|"
f"swap={ratio}|"
Expand Down

0 comments on commit 1804456

Please sign in to comment.