Skip to content

Commit 8aaa7b7

Browse files
committed
Updated comment
1 parent 1ca818e commit 8aaa7b7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyaml/tuning_tools/bba2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def __init__(self, cfg: ConfigModel):
112112

113113
@staticmethod
114114
def _x_intercept(x, k):
115-
# Linear fit on last n points
116115
# x is not necessary ordered
117116
xx = np.polynomial.polynomial.polyfit(x, k, 1)
118117
err = 0

0 commit comments

Comments
 (0)