Skip to content

Commit

Permalink
Ensure inner_ort is passed to recursive invocaation
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Jan 26, 2024
1 parent 3cb4b70 commit 5002e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zoidberg/poloidal_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ def getfac(x):
restrict_size=restrict_size,
restrict_factor=restrict_factor,
return_coords=True,
inner_ort=inner_ort,
maxfac_inner=maxfac_inner,
)

Expand Down

0 comments on commit 5002e00

Please sign in to comment.