Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
stedfn committed Oct 4, 2024
1 parent 9300462 commit b696b99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debug_scripts/estimate_epoch_start_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def main(args):
epoch_lengths, exponential_weighted_average_epoch_length = get_exponential_weighted_epoch_lengths(
args.url, next_epoch_id, args.num_past_epochs, args.decay_rate)


# Predict future epoch start dates
predict_future_epochs(current_timestamp,
exponential_weighted_average_epoch_length,
Expand Down

0 comments on commit b696b99

Please sign in to comment.