Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Aug 8, 2024
1 parent b420cb8 commit b781e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/select/test_dropout.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_draw_dropout_time_none():
assert dropout_time is None

# Dropout fraction is 0
dropout_timedeltas = [pd.Timedelta(-30, "mins")]
dropout_timedeltas = [pd.Timedelta(-30, "min")]
dropout_time = draw_dropout_time(t0, dropout_timedeltas=dropout_timedeltas, dropout_frac=0)
assert dropout_time is None

Expand Down

0 comments on commit b781e37

Please sign in to comment.