Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 23, 2025
1 parent ac63756 commit 9709880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cyclotron/analysis_cyclotron_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def get_moments(beam):

print(f" fractional loss (%) = {loss_pct}")

atol = 0.3 #tolerance 0.3%
atol = 0.3 # tolerance 0.3%
print(f" atol={atol}")
assert np.allclose(
[loss_pct],
Expand Down

0 comments on commit 9709880

Please sign in to comment.