Skip to content

Commit

Permalink
remove redundant assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Aug 12, 2024
1 parent b3aa1ab commit afd83fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ocf_data_sampler/datasets/pvnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def find_valid_t0_times(
else:
# Make sure the max acceptable staleness isn't longer than the max possible
assert max_staleness <= max_possible_staleness
max_staleness = max_staleness

time_periods = find_contiguous_t0_periods_nwp(
datetimes=pd.DatetimeIndex(da["init_time_utc"]),
Expand Down

0 comments on commit afd83fc

Please sign in to comment.