Skip to content

Commit

Permalink
add smoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 15, 2024
1 parent 71ebef5 commit b1fb5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dandi_s3_log_parser/_dandi_s3_log_file_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def parse_all_dandi_raw_s3_logs(
desc="Parsing log files...",
position=0,
leave=True,
smoothing=0, # Use true historical average, not moving average since shuffling makes it more uniform
):
parse_dandi_raw_s3_log(
raw_s3_log_file_path=raw_s3_log_file_path,
Expand Down

0 comments on commit b1fb5cd

Please sign in to comment.