Skip to content

Commit 836436d

Browse files
authored
fix failing tests from holidays release (#2768)
1 parent 6e12572 commit 836436d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darts/tests/utils/test_timeseries_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def test_holidays_timeseries(self):
146146
periods=365 * 3, freq="D", start=pd.Timestamp("2014-12-24")
147147
)
148148
time_index_3 = pd.date_range(
149-
periods=10, freq=freqs["YE"], start=pd.Timestamp("1950-01-01")
149+
periods=10, freq=freqs["YE"], start=pd.Timestamp("1960-01-01")
150150
) + pd.Timedelta(days=1)
151151

152152
# testing we have at least one holiday flag in each year

0 commit comments

Comments
 (0)