Skip to content

Commit 1c27bd6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 465e518 commit 1c27bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvnet/data/datamodule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __len__(self):
2424

2525
def __getitem__(self, idx):
2626
return torch.load(self.sample_paths[idx])
27-
27+
2828

2929
def collate_fn(samples: list[NumpyBatch]):
3030
"""Convert a list of NumpyBatch samples to a tensor batch"""

0 commit comments

Comments
 (0)