Skip to content

Commit

Permalink
Allow kwargs to bounce.plot
Browse files Browse the repository at this point in the history
  • Loading branch information
unalmis committed Sep 4, 2024
1 parent 3b1ffc0 commit 3b5441f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desc/integrals/bounce_integral.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def integrate(
assert result.shape == z1.shape
return result

def plot(self, m, l, pitch_inv=None, /, **kwargs):
def plot(self, m, l, pitch_inv=None, **kwargs):
"""Plot the field line and bounce points of the given pitch angles.
Parameters
Expand Down

0 comments on commit 3b5441f

Please sign in to comment.