Skip to content

Commit 27a75f7

Browse files
committed
PEP8 fixes
1 parent baa89d5 commit 27a75f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xbout/region.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,8 +1576,8 @@ def _concat_lower_guards(da, da_global, mxg, myg):
15761576
# poloidal_distance_ylow should be zero at the boundary of this region
15771577
poloidal_distance_bottom = da["poloidal_distance_ylow"].isel({ycoord: 0})
15781578
if all(abs(poloidal_distance_bottom) < 1.0e-16):
1579-
# Offset so that the poloidal_distance in da_lower is continuous from the
1580-
# poloidal_distance in this region.
1579+
# Offset so that the poloidal_distance in da_lower is continuous from
1580+
# the poloidal_distance in this region.
15811581
# Expect there to be y-boundary cells in the Dataset, this will probably
15821582
# fail if there are not.
15831583
total_poloidal_distance = da["total_poloidal_distance"]
@@ -1694,8 +1694,8 @@ def _concat_upper_guards(da, da_global, mxg, myg):
16941694
{ycoord: 0}
16951695
)
16961696
if all(abs(poloidal_distance_bottom) < 1.0e-16):
1697-
# Offset so that the poloidal_distance in da_upper is continuous from the
1698-
# poloidal_distance in this region.
1697+
# Offset so that the poloidal_distance in da_upper is continuous from
1698+
# the poloidal_distance in this region.
16991699
# Expect there to be y-boundary cells in the Dataset, this will probably
17001700
# fail if there are not.
17011701
total_poloidal_distance = da["total_poloidal_distance"]

0 commit comments

Comments
 (0)