Skip to content

Commit

Permalink
fix missing return of fit_forgetting_curve
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock authored Nov 27, 2024
1 parent bae7080 commit fdfbf64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def fit_forgetting_curve(points, low=1, high=86400 * 30, tolerance=0.1):
else:
low = left_third # Minimum is in right part

return (high + low) / 2


def steps_stats(deck_lim, period_lim):
sql = f"""
Expand Down

0 comments on commit fdfbf64

Please sign in to comment.