Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 11, 2024
1 parent 953964a commit ea6c6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcmc/mcmc_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def run_mcmc(
finish_time = time.time()

# Note: this timing appears to be incorrect now; needs looking at
print(f"Overhead time is {start_computing_time - start_time} seconds" )
print(f"Overhead time is {start_computing_time - start_time} seconds")
print(f"Computing time is {finish_computing_time - start_computing_time}"
f" seconds")
print(f"run_until_complete takes "
Expand Down

0 comments on commit ea6c6a0

Please sign in to comment.