Remove an unused value

This commit is contained in:
Brandon Rhodes 2019-12-13 08:53:02 -05:00
parent 089713252d
commit 3ee363f243
2 changed files with 0 additions and 4 deletions

View File

@ -153,8 +153,6 @@ class Segment(object):
# Chebyshev polynomial. We accumulate results starting with the
# final coefficient to retain accuracy for as long as possible.
jmax = coefficients.shape[0]
s = 2.0 * offset / intlen - 1.0
s2 = 2.0 * s

View File

@ -239,8 +239,6 @@ class Segment(BaseSegment):
# Chebyshev polynomial. We accumulate results starting with the
# final coefficient to retain accuracy for as long as possible.
jmax = coefficients.shape[0]
s = 2.0 * offset / intlen - 1.0
s2 = 2.0 * s