Skip to content

Commit

Permalink
Fixed small bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Siudalski authored and Tomasz Siudalski committed Dec 29, 2023
1 parent 053f282 commit a50036b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ def main():
x, y, curve="convex", direction="decreasing", online=False
)
knee = kl.knee
if not knee:
knee = len(best_n_results) - 1
result_graph = add_best_results_to_graph(
best_n_results[:knee], graph
)
Expand Down

0 comments on commit a50036b

Please sign in to comment.