Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhil Patel authored and Sukhil Patel committed Dec 19, 2024
1 parent 934e034 commit 36181b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pvnet/data/datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ def _get_streamed_samples_dataset(self, start_time, end_time) -> Dataset:
return SitesDataset(self.configuration, start_time=start_time, end_time=end_time)
else:
raise ValueError(
f"Unknown renewable: {self.configuration.renewable}, renewable value should either be uk_pv or site"
f"Unknown renewable: {self.configuration.renewable},
renewable value should either be uk_pv or site"
)

def _get_premade_samples_dataset(self, subdir) -> Dataset:
Expand Down

0 comments on commit 36181b3

Please sign in to comment.