We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737ebfa commit 8fab7abCopy full SHA for 8fab7ab
scripts/save_samples.py
@@ -78,7 +78,7 @@ def __init__(self, save_dir: str, renewable: str = "pv_uk"):
78
def __call__(self, sample, sample_num: int):
79
"""Save a sample to disk"""
80
save_path = f"{self.save_dir}/{sample_num:08}"
81
-
+
82
if self.renewable == "pv_uk":
83
sample_class = UKRegionalSample()
84
filename = f"{save_path}.pt"
0 commit comments