Skip to content

Commit

Permalink
Removing unneeded comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Jun 21, 2023
1 parent 1e70cb6 commit 2f2b9cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/stcal/ramp_fitting/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,6 @@ def output_optional(self, group_time):
self.weights[1. / self.weights > LARGE_VARIANCE_THRESHOLD] = 0.
warnings.resetwarnings()

# XXX JP-3242, push this divide to segment computations
# self.slope_seg /= group_time

opt_info = (self.slope_seg, self.sigslope_seg, self.var_p_seg,
self.var_r_seg, self.yint_seg, self.sigyint_seg,
self.ped_int, self.weights, self.cr_mag_seg)
Expand Down

0 comments on commit 2f2b9cf

Please sign in to comment.