Skip to content

Commit 5cd8bc7

Browse files
committed
Update comment with GH issue
1 parent 1685878 commit 5cd8bc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/aspire/image/image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ def downsample(self, ds_res, zero_nyquist=True, legacy=False):
564564
# differs between Numpy 1, 2, and CuPy.
565565
# At time of writing CuPy is consistent with Numpy1.
566566
# The additional parenths yield consistent out.dtype.
567+
# See #1298 for relevant debugger output.
567568
out = xp.asnumpy(out.real * (ds_res**2 / self.resolution**2))
568569

569570
# Optionally scale pixel size

0 commit comments

Comments
 (0)