Skip to content

Commit 8fab7ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 737ebfa commit 8fab7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/save_samples.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, save_dir: str, renewable: str = "pv_uk"):
7878
def __call__(self, sample, sample_num: int):
7979
"""Save a sample to disk"""
8080
save_path = f"{self.save_dir}/{sample_num:08}"
81-
81+
8282
if self.renewable == "pv_uk":
8383
sample_class = UKRegionalSample()
8484
filename = f"{save_path}.pt"

0 commit comments

Comments
 (0)