Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Brandt committed Dec 17, 2024
1 parent 1c102bc commit b7bdd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stcal/ramp_fitting/ols_cas22/_ramp.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ cdef inline RampFit fit_ramp(float[:] resultants_,
return RampFit(NAN, NAN, NAN)

# Compute the fit
cdef int i = 0, j = 0
cdef int i = 0

# Setup data for fitting (work over subset of data) to make things cleaner
# Recall that the RampIndex contains the index of the first and last
Expand Down

0 comments on commit b7bdd33

Please sign in to comment.