Skip to content

Commit

Permalink
Codestyle fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Jan 17, 2025
1 parent 26619b3 commit a361185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specreduce/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ def _fit_gaussian_spatial_profile(self, img: ndarray, disp_axis: int, crossdisp_
compound model, if `bkgrd_prof` is supplied) fit to data.
"""
nrows = img.shape[crossdisp_axis]
ncols = img.shape[disp_axis]
xd_pixels = np.arange(nrows)

# co-add signal in each image row, ignore masked pixels
Expand Down

0 comments on commit a361185

Please sign in to comment.