Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db2e5f9

Browse files
authoredMar 8, 2023
Update tests/test_temporal.py
1 parent aed8893 commit db2e5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/test_temporal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@ def test_unweighted_seasonal_departures_with_JFD(self):
20932093
result = ds.temporal.departures(
20942094
"ts",
20952095
"season",
2096-
weighted=True,
2096+
weighted=False,
20972097
season_config={"dec_mode": "JFD"},
20982098
)
20992099

0 commit comments

Comments
 (0)
Please sign in to comment.