Skip to content

Commit 27b3f8e

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 3394b53 commit 27b3f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/fourigui/fourigui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def applycutoff(self):
477477
R2 = (XS - X // 2) ** 2 + (YS - Y // 2) ** 2 + (ZS - Z // 2) ** 2
478478
mask = (R2 <= r2_inner) | (R2 >= r2_outer)
479479
sphere[mask] = np.nan
480-
480+
481481
if self.space.get():
482482
self.cube_real = self.cube
483483
self.cube = self.cube_reci * sphere

0 commit comments

Comments
 (0)