Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions xbout/boutdataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ def interpolate_parallel(

if not aligned_input:
# Want output in non-aligned coordinates
da = da.chunk({"zeta": -1}) # One chunk in zeta for FFTs
da = da.bout.from_field_aligned()

if toroidal_points is not None and zcoord in da.sizes:
Expand Down
4 changes: 2 additions & 2 deletions xbout/xarraybackend.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""License:
Distributed under the OSI-approved Apache License, Version 2.0. See
accompanying file Copyright.txt for details.
Distributed under the OSI-approved Apache License, Version 2.0. See
accompanying file Copyright.txt for details.
"""

from __future__ import annotations
Expand Down