Skip to content

Commit

Permalink
add utils to cat output
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Nov 1, 2023
1 parent d68a00f commit 1d310eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/borzoi/helpers/h5_grad_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def download_h5_gcs(output_gcs_dir, num_processes) -> str:
# download all of the files in the folder
# Use gsutil to copy the contents recursively
# subprocess.check_call(["gsutil", "-m", "cp", "-r", output_gcs_dir, temp_dir])
# out_dir = temp_dir + "/" + output_gcs_dir.split("/")[-1]
print(f"outdir is {out_dir}")
print(f"gcs_out_dir is {output_gcs_dir}")
print(f"Done dowloading")
Expand Down

0 comments on commit 1d310eb

Please sign in to comment.