Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarxblanco committed Jan 14, 2025
1 parent 75fcd4f commit 150cd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyat/at/physics/rdt.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def get_rdts(

refpts = ring.uint32_refpts(refpts)
idx_mag = ring.get_uint32_index(Multipole)
lo, avebeta, avemu, avedisp, *_ = ring.avlinopt(refpts=All,dp=dp)
lo, avebeta, avemu, avedisp, *_ = ring.avlinopt(refpts=All, dp=dp)

sall = ring.get_s_pos(All)
smag = sall[idx_mag]
Expand Down

0 comments on commit 150cd6e

Please sign in to comment.