From 1d310ebdd3b53cdf9b097900d8e563b41f00f2d1 Mon Sep 17 00:00:00 2001 From: lruizcalico Date: Wed, 1 Nov 2023 14:43:55 -0700 Subject: [PATCH] add utils to cat output --- src/borzoi/helpers/h5_grad_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/borzoi/helpers/h5_grad_utils.py b/src/borzoi/helpers/h5_grad_utils.py index 4e1f96f..2754662 100644 --- a/src/borzoi/helpers/h5_grad_utils.py +++ b/src/borzoi/helpers/h5_grad_utils.py @@ -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")