Skip to content

Commit

Permalink
comments skip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Dec 13, 2024
1 parent 9f997cd commit 3560f79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pfb/operators/hessian.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,6 @@ def __init__(self, nx, ny, abspsf,
dtype='c16')
self.xpad = empty_noncritical((self.nx_psf, self.ny_psf),
dtype='f8')
# output cube
# self.xhat = empty_noncritical((self.nband, self.nx_psf, self.nyo2),
# dtype='c16')
# self.xpad = empty_noncritical((self.nband, self.nx_psf, self.ny_psf),
# dtype='f8')
self.xout = empty_noncritical((self.nband, self.nx, self.ny),
dtype='f8')

Expand Down

0 comments on commit 3560f79

Please sign in to comment.