Skip to content

Commit

Permalink
fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Nov 7, 2024
1 parent 710cdeb commit b1b7863
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gluonts/time_feature/lag.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,7 @@ def _make_lags_for_month(multiple, num_cycles=3):
+ _make_lags_for_hour(offset.n / (60 * 60))
)
else:
<<<<<<< HEAD
raise ValueError(f"invalid frequency | `freq_str={freq_str}` -> `offset_name={offset_name}`")
=======
raise ValueError(f"invalid frequency: {freq_str=}, {offset_name=}")
>>>>>>> 35598965 (Fix issues related to new Pandas offset names (#3117))

# flatten lags list and filter
lags = [
Expand Down

0 comments on commit b1b7863

Please sign in to comment.