Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit e392332

Browse files
committed
PR comment from JB - thanks
1 parent 6de1337 commit e392332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nowcasting_dataset/dataset/batch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def save_netcdf(self, batch_i: int, path: Path):
141141
batch_i=batch_i,
142142
path=path,
143143
)
144-
# data_source.save_netcdf(batch_i=batch_i, path=path)
145144

146145
@staticmethod
147146
def load_netcdf(local_netcdf_path: Union[Path, str], batch_idx: int):

0 commit comments

Comments
 (0)