Skip to content

Commit 24dcbd3

Browse files
authored
Modify zarr_path to use an empty string
Updated zarr_path to an empty string for flexibility.
1 parent a05c720 commit 24dcbd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/downloading_gfs_germany.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def main():
162162
}
163163
)
164164

165-
zarr_path = Path(r"c:\Users\SNEH\OneDrive\Desktop\GSOC\PR\Streamed\open-data-pvnet\notebooks\germany_gfs_2023.zarr")
165+
zarr_path = Path(r"")
166166
print(f"\nSaving to {zarr_path}")
167167

168168
# Robust save for Windows

0 commit comments

Comments
 (0)