Skip to content

Commit

Permalink
Update fsrs_optimizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Jan 2, 2025
1 parent f464c06 commit b6a022d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsrs_optimizer/fsrs_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def loss(stability):
class Optimizer:
float_delta_t: bool = False
enable_short_term: bool = True
S0_dataset_group = None


def __init__(
self, float_delta_t: bool = False, enable_short_term: bool = True
Expand Down

0 comments on commit b6a022d

Please sign in to comment.