Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Feb 20, 2025
1 parent eb9db90 commit 85aabad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/boostedhh/run_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def run(
# Get all parquet files
path = Path(local_parquet_dir)
parquet_files = list(path.glob("*.parquet"))
print(parquet_files)

num_batches = int(np.ceil(len(parquet_files) / batch_size))
Path(f"num_batches_{filetag}_{num_batches}.txt").touch()
Expand Down

0 comments on commit 85aabad

Please sign in to comment.