Skip to content

Commit

Permalink
Fix some linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Oct 17, 2023
1 parent 1185bdb commit f71333c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ocf_datapipes/training/pseudo_irradience.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,10 @@ def pseudo_irradiance_datapipe(
batch_size: Batch size for the datapipe
one_d: Whether to return a 1D array or not, i.e. a single PV site in the center as
opposed to a 2D array of PV sites
size_meters: Size, in meters, of the output image
use_meters: Whether to use meters or pixels
normalize_by_pvlib: Whether to normalize the PV generation by the PVLib generation
is_test: Whether to return the test set or not
Returns: datapipe
"""
Expand Down

0 comments on commit f71333c

Please sign in to comment.