Skip to content

Commit

Permalink
Deleting unused method variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Oct 29, 2023
1 parent 35dffa0 commit f351224
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/simsopt/mhd/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ def __call__(self):
psi_edge = -self.vmec.wout.phi[-1] / (2 * np.pi)

# First, interpolate in s to get the quantities we need on the surfaces we need.
method = 'linear'

interp = interp1d(self.vmec.s_half_grid, self.vmec.wout.iotas[1:], fill_value="extrapolate")
iota = interp(surfaces)
Expand Down Expand Up @@ -562,7 +561,6 @@ def __call__(self):
f'Surfaces for RedlGeomBoozer: {surfaces}')

# First, interpolate in s to get the quantities we need on the surfaces we need.
method = 'linear'

interp = interp1d(self.vmec.s_half_grid, self.vmec.wout.iotas[1:], fill_value="extrapolate")
iota = interp(surfaces)
Expand Down

0 comments on commit f351224

Please sign in to comment.