Home | History | Annotate | Download | only in bench

Lines Matching refs:end_x

277 def create_regressions(lines, start_x, end_x):
285 regression_line = [p for p in line if start_x <= p[0] <= end_x]